From f36d6c7c4b38c751056c5971e28a8149b5672af2 Mon Sep 17 00:00:00 2001 From: committer Date: Wed, 15 May 2024 07:43:04 -0500 Subject: [PATCH] + ffind frode's find --- dots/bash/.bashrc | 2 ++ 1 file changed, 2 insertions(+) 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*)