diff options
author | June McEnroe <june@causal.agency> | 2021-05-02 19:30:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-02 19:30:48 -0400 |
commit | a56f0a4e0c4d5579d53c5b808ff97695d49fe4dc (patch) | |
tree | e04bdc09836257f271b37cea067a83230c595d7d | |
parent | Alias ag to ag --pager (diff) | |
download | src-a56f0a4e0c4d5579d53c5b808ff97695d49fe4dc.tar.gz src-a56f0a4e0c4d5579d53c5b808ff97695d49fe4dc.zip |
Add ff alias
-rw-r--r-- | home/.shrc | 1 |
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' |