Added -a for tree

This commit is contained in:
2020-07-15 14:42:02 +02:00
parent 41649893dc
commit 91816bf2b5

View File

@@ -12,7 +12,7 @@ alias c='clear'
alias h='history' alias h='history'
alias top='htop' alias top='htop'
alias space='du -a /dir/ | sort -n -r | head -n 20' alias space='du -a /dir/ | sort -n -r | head -n 20'
alias tree="tree -C" alias tree="tree -C -a"
if [ "$(uname)" = "Darwin" ]; then if [ "$(uname)" = "Darwin" ]; then
alias ls='ls -G' alias ls='ls -G'