|
|
@ -77,6 +77,7 @@ else
|
|
|
|
# BSD Core Utilities
|
|
|
|
# BSD Core Utilities
|
|
|
|
if zstyle -t ':prezto:module:utility:ls' color; then
|
|
|
|
if zstyle -t ':prezto:module:utility:ls' color; then
|
|
|
|
export LSCOLORS="exfxcxdxbxegedabagacad"
|
|
|
|
export LSCOLORS="exfxcxdxbxegedabagacad"
|
|
|
|
|
|
|
|
export LS_COLORS="di=34;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:"
|
|
|
|
alias ls="ls -G"
|
|
|
|
alias ls="ls -G"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
alias ls='ls -F'
|
|
|
|
alias ls='ls -F'
|
|
|
|