diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index 2631af1..45f04fb 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -38,6 +38,8 @@ ex () fi } +alias ffind='find / -type f -name' + # # Change the window title of X terminals # case ${TERM} in # xterm*|rxvt*|Eterm*|aterm|kterm|gnome*|interix|konsole*)