|
|
@ -66,9 +66,9 @@ if is-callable 'dircolors'; then
|
|
|
|
|
|
|
|
|
|
|
|
if zstyle -t ':prezto:module:utility:ls' color; then
|
|
|
|
if zstyle -t ':prezto:module:utility:ls' color; then
|
|
|
|
if [[ -s "$HOME/.dir_colors" ]]; then
|
|
|
|
if [[ -s "$HOME/.dir_colors" ]]; then
|
|
|
|
eval "$(dircolors "$HOME/.dir_colors")"
|
|
|
|
eval "$(dircolors --sh "$HOME/.dir_colors")"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
eval "$(dircolors)"
|
|
|
|
eval "$(dircolors --sh)"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
alias ls="$aliases[ls] --color=auto"
|
|
|
|
alias ls="$aliases[ls] --color=auto"
|
|
|
|