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 | e918994ea9953cab982b8c311bed30814d80e8c2 (patch) | |
tree | bb136fc727d0f7755c8d7722ee024bf189064241 /home | |
parent | Alias ag to ag --pager (diff) | |
download | src-e918994ea9953cab982b8c311bed30814d80e8c2.tar.gz src-e918994ea9953cab982b8c311bed30814d80e8c2.zip |
Add ff alias
Diffstat (limited to '')
-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' |