clicolor
This commit is contained in:
parent
c787b9b6ab
commit
01afddf496
@ -4,11 +4,7 @@ autoload -U promptinit && promptinit
|
||||
setopt correct_all
|
||||
zstyle ':completion:*' menu select
|
||||
|
||||
if [[ "$OSTYPE" == (darwin|freebsd)* ]]; then
|
||||
alias ls='ls -G'
|
||||
elif [[ "$OSTYPE" == linux* ]]; then
|
||||
alias ls='ls --color=tty'
|
||||
fi
|
||||
export CLICOLOR=1
|
||||
alias ll='ls -lh'
|
||||
|
||||
source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
Loading…
Reference in New Issue
Block a user