diff options
| author | seth <[email protected]> | 2022-10-08 03:16:31 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2022-10-08 03:16:31 -0400 |
| commit | 809390be9d121e5176f466a7f4126cf8ad47d49c (patch) | |
| tree | cf20ab173ffded9bee76348ffe9e8eae0f7d01be /.config/zsh/.zshrc | |
| parent | 3f87db711bf4c42fac4263c31c193fe8b5f61e54 (diff) | |
boop
Diffstat (limited to '.config/zsh/.zshrc')
| -rw-r--r-- | .config/zsh/.zshrc | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 4da21d0..0503459 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -18,16 +18,15 @@ fi source "${antidote_dir}/antidote.zsh" # zmodules -autoload -Uz bashcompinit compinit colors -colors +autoload -Uz bashcompinit compinit # colors promptinit +# colors +# promptinit; prompt walters zmodload zsh/zutil zmodload zsh/complist zstyle ':completion::*' add-space 'false' -zstyle ':completion::*' completer _ignored _expand_alias _expand _extensions _complete _approximate zstyle ':completion::*' group-name '' zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} -zstyle ':completion:*' menu 'true' 'select' -zstyle ':completion:*' single-ignored 'file' +zstyle ':completion:*' menu 'select' zstyle ':completion:*' squeeze-slashes 'true' zstyle ':completion::*' use-cache 'true' zstyle ':completion::*' cache-path "$zdump" @@ -43,8 +42,8 @@ unset zdump # load plugins antidote load +## eval "$(zoxide init zsh)" unset antidote_dir -eval "$(zoxide init zsh)" # options unsetopt beep |
