1
1
Fork 0

Add LS_COLORS.

This commit is contained in:
Jonathan Schleifer 2012-12-17 20:22:08 +00:00
parent 39f3902a6c
commit 5d45ee135f

2
zshrc
View file

@ -12,6 +12,7 @@ LS="ls"
LS_COLOUR="auto"
LS_ON_CD="yes"
LS_ON_INIT="no"
LS_COLORS='di=34:ow=44;37:tw=44;37:st=44;37:ex=31:su=7;31:sg=7;31:ln=33:or=7;33:pi=32:do=32:bd=35:cd=35:so=32:*.bz2=36:*.dmg=36:*.gz=36:*.rar=36:*.xz=36:*.zip=36:*.orig=90:*~=90'
FEMALE="no" # Whether the user is female ;)
LISTMAX=32768
WORDCHARS="*?[];!#~"
@ -193,3 +194,4 @@ alias -s app=open
unset AUDIO_PLAYER VIDEO_PLAYER
unset ARCHIVE_FORMATS AUDIO_PLAYER_FORMATS VIDEO_PLAYER_FORMATS
unset FGREP GREP GREP_COLOUR LS LS_COLOUR LS_ON_CD LS_ON_INIT
export LS_COLORS