Added color for tree

This commit is contained in:
2020-07-15 14:40:30 +02:00
parent 526f9adda6
commit 41649893dc

View File

@@ -12,6 +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"
if [ "$(uname)" = "Darwin" ]; then if [ "$(uname)" = "Darwin" ]; then
alias ls='ls -G' alias ls='ls -G'