forked from lrvick/dotfiles
change dir color in terminal
This commit is contained in:
parent
19de06e60f
commit
6c06aff4de
|
@ -37,5 +37,5 @@ bindkey '^[[1;5D' backward-word # ctrl + left arrow -> Move b
|
||||||
bindkey '^[[1;5C' forward-word # Ctrl + right arrow -> Move forward one word
|
bindkey '^[[1;5C' forward-word # Ctrl + right arrow -> Move forward one word
|
||||||
|
|
||||||
# Color different file types
|
# Color different file types
|
||||||
export LS_COLORS='di=34:ln=36:so=35:pi=33:ex=32:bd=46;34:cd=46;34'
|
export LS_COLORS='di=94:ln=36:so=35:pi=33:ex=32:bd=46;34:cd=46;34'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
|
Loading…
Reference in New Issue