dotfiles/.config/fish/functions/df.fish

3 lines
40 B
Fish

function df
command df -h $argv
end