l and l2 aliases for listing directory with tree

This commit is contained in:
2019-06-28 16:18:40 +02:00
parent fc420dd331
commit 3d7c0663e3

View File

@@ -23,4 +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'