From a1b2b3cb5840e08a851cec662ebcfa699cfbfa98 Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 12 Oct 2022 18:55:28 -0400 Subject: cat --- .config/zsh/.zshrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/zsh') 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 -- cgit v1.2.3