1
0
Fork 0

Merge branch 'master' of github.com:serverwentdown/env
the build failed Details

main
Ambrose Chua 2018-11-10 08:43:58 +08:00
commit 6f1850cb50
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -34,6 +34,7 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
export CLICOLOR=1
else
eval $(dircolors -b $HOME/.dircolors)
alias ls='ls --color=auto'
fi
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}