dotfiles/.bashrc.d/space
2023-04-27 14:49:01 +01:00

2 lines
74 B
Plaintext

function space() { du -ahx --max-depth=1 | sort -h; } && export -f space