mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
fish: add abbreviations for human readable output
This commit is contained in:
parent
2fb0f35acb
commit
6dbf7eab7b
@ -49,4 +49,9 @@ if status is-interactive
|
|||||||
abbr mv mv -i
|
abbr mv mv -i
|
||||||
abbr rm rm -I
|
abbr rm rm -I
|
||||||
abbr ln ln -i
|
abbr ln ln -i
|
||||||
|
|
||||||
|
abbr free free -m
|
||||||
|
abbr ls ls -h
|
||||||
|
abbr df df -h
|
||||||
|
abbr du du -h
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user