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

4 lines
40 B
Fish
Raw Normal View History

2025-03-02 14:26:08 +01:00
function df
command df -h $argv
end