Add Linux LS_COLORS equivalent
This commit is contained in:
parent
e8a4d4110f
commit
d4dbce063f
1 changed files with 1 additions and 0 deletions
1
zshrc
1
zshrc
|
@ -115,5 +115,6 @@ export DEFAULT_USER="jonny"
|
|||
export CLICOLOR=true
|
||||
export CLICOLOR_FORCE=true
|
||||
export LSCOLORS='dxfxcxdxbxegedabagacad'
|
||||
export LS_COLORS='di=33;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
|
||||
|
||||
test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue