summary refs log tree commit diff
path: root/home/.shrc
diff options
context:
space:
mode:
Diffstat (limited to 'home/.shrc')
-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'