diff options
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 0503459..8f76874 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -23,7 +23,6 @@ autoload -Uz bashcompinit compinit # colors promptinit # promptinit; prompt walters zmodload zsh/zutil zmodload zsh/complist -zstyle ':completion::*' add-space 'false' zstyle ':completion::*' group-name '' zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*' menu 'select' @@ -31,6 +30,11 @@ zstyle ':completion:*' squeeze-slashes 'true' zstyle ':completion::*' use-cache 'true' zstyle ':completion::*' cache-path "$zdump" +# load plugins +antidote load +## eval "$(zoxide init zsh)" +unset antidote_dir + # compile completion bashcompinit compinit -d "$zdump" @@ -40,10 +44,6 @@ then fi unset zdump -# load plugins -antidote load -## eval "$(zoxide init zsh)" -unset antidote_dir # options unsetopt beep |
