dotfiles/.bashrc.d/tree

2 lines
66 B
Plaintext
Raw Normal View History

2023-04-27 14:52:46 +01:00
[[ -x $(which tree 2>/dev/null) ]] && alias tree="tree -AQh --du"