fish: add abbreviations for human readable output

This commit is contained in:
Daniel Micay 2024-11-17 14:45:28 -05:00
parent 2fb0f35acb
commit 6dbf7eab7b

View File

@ -49,4 +49,9 @@ if status is-interactive
abbr mv mv -i
abbr rm rm -I
abbr ln ln -i
abbr free free -m
abbr ls ls -h
abbr df df -h
abbr du du -h
end