mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
fix previous commit
This commit is contained in:
parent
a25ad9584f
commit
b37ce2d19f
2
zshrc
2
zshrc
@ -38,7 +38,7 @@ zstyle ':completion:*' completer _expand _complete _correct _approximate
|
||||
zstyle ':completion:*' format 'Completing %d'
|
||||
zstyle ':completion:*' group-name ''
|
||||
zstyle ':completion:*' menu select=2
|
||||
if ! [ $UNAME != "Darwin" ]; then
|
||||
if ! [ $UNAME = "Darwin" ]; then
|
||||
eval "$(dircolors -b)"
|
||||
fi
|
||||
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
||||
|
Loading…
Reference in New Issue
Block a user