diff --git a/data/zsh/top-zshrc b/data/zsh/top-zshrc index 527aea2..738c73c 100644 --- a/data/zsh/top-zshrc +++ b/data/zsh/top-zshrc @@ -24,6 +24,15 @@ bindkey "^[[1;3D" backward-word # https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#omzupdate-mode zstyle ':omz:update' mode disabled +zstyle ':omz:update' verbose minimal + +# Skip aliases +zstyle ':omz:*' aliases no +zstyle ':omz:lib:*' aliases no +zstyle ':omz:plugins:*' aliases no + +# https://github.com/Aloxaf/fzf-tab +zstyle ':completion:*' menu no # https://github.com/ohmyzsh/ohmyzsh/wiki/Settings#hyphen_insensitive HYPHEN_INSENSITIVE="true" @@ -45,6 +54,3 @@ DISABLE_AUTO_TITLE=true # https://github.com/zsh-users/zsh-autosuggestions#suggestion-strategy typeset -g ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=20 typeset -g ZSH_AUTOSUGGEST_HISTORY_IGNORE=$HISTORY_IGNORE - -# https://github.com/Aloxaf/fzf-tab -zstyle ':completion:*' menu no