1
0
Fork 0
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:
Henrik Hautakoski 2024-06-13 17:42:04 +02:00
parent b2892fa855
commit 70ef0fa1de

4
fish/functions/df.fish Normal file
View file

@ -0,0 +1,4 @@
function df --description 'alias df=df -h'
command df -h $argv
end