mirror of
https://github.com/KevinMidboe/dotfiles.git
synced 2025-10-29 09:30:20 +00:00
list commands with tree now also has colors
This commit is contained in:
4
.aliases
4
.aliases
@@ -23,5 +23,5 @@ alias del="rmtrash"
|
|||||||
alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b"
|
alias emoji="http https://api.kevinmidboe.com/api/v1/emoji -b"
|
||||||
alias gimme="grep -rnw ''"
|
alias gimme="grep -rnw ''"
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.dots/ --work-tree=$HOME'
|
||||||
alias l='tree -L 1'
|
alias l='tree -C -L 1'
|
||||||
alias l2='tree -L 2'
|
alias l2='tree -C -L 2'
|
||||||
|
|||||||
Reference in New Issue
Block a user