list commands with tree now also has colors

This commit is contained in:
2019-07-08 12:29:43 +02:00
parent 89f1104e1b
commit 5b47968d93

View File

@@ -23,5 +23,5 @@ alias del="rmtrash"
alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b"
alias gimme="grep -rnw ''"
alias config='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
alias l='tree -L 1'
alias l2='tree -L 2'
alias l='tree -C -L 1'
alias l2='tree -C -L 2'