diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 0792eca..c606d04 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -35,7 +35,7 @@ alias dr="dragon-drop --and-exit --all --print-path" alias du="du --summarize --human-readable" alias dus="du --summarize --human-readable * | sort -h" alias fif="grep -rnw . -e" # fif (find in file) | https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux -alias faf="sudo find / -type f -name" # faf (find a file) +alias faf="find . -type f -iname" # faf (find a file) alias gparted="sudo gparted" alias grep='grep --color=auto' alias ip='ip -br a'