mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
adding fish alias: df
This commit is contained in:
parent
b2892fa855
commit
70ef0fa1de
1 changed files with 4 additions and 0 deletions
4
fish/functions/df.fish
Normal file
4
fish/functions/df.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function df --description 'alias df=df -h'
|
||||
command df -h $argv
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue