summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-05-02 19:30:48 -0400
committerJune McEnroe <june@causal.agency>2021-05-02 19:30:48 -0400
commita56f0a4e0c4d5579d53c5b808ff97695d49fe4dc (patch)
treee04bdc09836257f271b37cea067a83230c595d7d
parentAlias ag to ag --pager (diff)
downloadsrc-a56f0a4e0c4d5579d53c5b808ff97695d49fe4dc.tar.gz
src-a56f0a4e0c4d5579d53c5b808ff97695d49fe4dc.zip
Add ff alias
-rw-r--r--home/.shrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.shrc b/home/.shrc
index 355eb09b..2c996cfe 100644
--- a/home/.shrc
+++ b/home/.shrc
@@ -5,6 +5,7 @@ CDPATH=:~
 alias vi=$EDITOR
 alias ls='LC_COLLATE=C ls -p'
 alias ll='ls -hl'
+alias ff='find . -type f -name'
 alias bc='bc -l'
 alias ag='ag --pager=$PAGER'
 alias gs='git status --short --branch || ls' gd='git diff'