dotfiles/.bashrc.d/space

2 lines
74 B
Plaintext
Raw Normal View History

2023-04-27 14:49:01 +01:00
function space() { du -ahx --max-depth=1 | sort -h; } && export -f space