summaryrefslogtreecommitdiffstats
path: root/fish/functions/du.fish
blob: 1aec7cc4780845aa4c3a3b258a350d5be7be8247 (plain) (blame)
1
2
3
4
# Defined in - @ line 0
function du --description 'alias du=ncdu --color dark -rr -x --exclude .git'
	ncdu --color dark -rr -x --exclude .git $argv;
end