mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
zshrc: fix error about dircolors not found on Mac. (git commit --amend)
This commit is contained in:
parent
3952e9973d
commit
661db21fc8
4
zshrc
4
zshrc
@ -38,7 +38,9 @@ zstyle ':completion:*' completer _expand _complete _correct _approximate
|
||||
zstyle ':completion:*' format 'Completing %d'
|
||||
zstyle ':completion:*' group-name ''
|
||||
zstyle ':completion:*' menu select=2
|
||||
eval "$(dircolors -b)"
|
||||
if [ $UNAME != "Darwin" ]; then
|
||||
eval "$(dircolors -b)"
|
||||
fi
|
||||
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
||||
zstyle ':completion:*' list-colors ''
|
||||
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
|
||||
|
Loading…
Reference in New Issue
Block a user