fish: add extra abbreviations

This commit is contained in:
Daniel Micay 2024-11-23 11:34:23 -05:00
parent 78d53ded88
commit 0dd981f389

View File

@ -57,4 +57,8 @@ if status is-interactive
abbr ls ls -h abbr ls ls -h
abbr df df -h abbr df df -h
abbr du du -h abbr du du -h
abbr vi vim
abbr rr rm -rI
abbr ll ls -lh
end end