Export LS_COLORS for linux

This commit is contained in:
Marcelo Parada 2017-10-13 13:14:11 +02:00
parent accdcb2f1c
commit e7e080eafe

View File

@ -3,6 +3,7 @@ autoload -U colors && colors
# Enable ls colors # Enable ls colors
export LSCOLORS="Gxfxcxdxbxegedabagacad" export LSCOLORS="Gxfxcxdxbxegedabagacad"
export LS_COLORS="di=1;36:ln=35:so=32:pi=33:ex=31:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"
# TODO organise this chaotic logic # TODO organise this chaotic logic