summary refs log tree commit diff
path: root/home
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
commite918994ea9953cab982b8c311bed30814d80e8c2 (patch)
treebb136fc727d0f7755c8d7722ee024bf189064241 /home
parentAlias ag to ag --pager (diff)
downloadsrc-e918994ea9953cab982b8c311bed30814d80e8c2.tar.gz
src-e918994ea9953cab982b8c311bed30814d80e8c2.zip
Add ff alias
Diffstat (limited to 'home')
-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'