From 809390be9d121e5176f466a7f4126cf8ad47d49c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 8 Oct 2022 03:16:31 -0400 Subject: boop --- .config/zsh/.zshrc | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.config/zsh') 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 -- cgit v1.2.3