summaryrefslogtreecommitdiff
path: root/.config/zsh
diff options
context:
space:
mode:
authorseth <[email protected]>2022-10-12 18:55:28 -0400
committerseth <[email protected]>2022-10-12 19:22:58 -0400
commita1b2b3cb5840e08a851cec662ebcfa699cfbfa98 (patch)
treec76e1b46458fe4691d8ca8d8d0c85c9fef28085e /.config/zsh
parent809390be9d121e5176f466a7f4126cf8ad47d49c (diff)
cat
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/.zshrc10
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