Add Linux LS_COLORS equivalent

This commit is contained in:
Jonny Barnes 2016-03-14 13:25:52 +00:00
parent e8a4d4110f
commit d4dbce063f

1
zshrc
View file

@ -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