|
|
@ -16,7 +16,7 @@ if zstyle -t ':omz:alias:ls' color; then
|
|
|
|
export CLICOLOR=1
|
|
|
|
export CLICOLOR=1
|
|
|
|
export LSCOLORS="exfxcxdxbxegedabagacad"
|
|
|
|
export LSCOLORS="exfxcxdxbxegedabagacad"
|
|
|
|
ls --color -d . &>/dev/null 2>&1
|
|
|
|
ls --color -d . &>/dev/null 2>&1
|
|
|
|
if [[ $? == 0 ]]; then
|
|
|
|
if (( $? == 0 )); then
|
|
|
|
alias ls='ls --color=auto -F'
|
|
|
|
alias ls='ls --color=auto -F'
|
|
|
|
else
|
|
|
|
else
|
|
|
|
alias ls='ls -GF'
|
|
|
|
alias ls='ls -GF'
|
|
|
|