config(zsh): disable aliases omz

main
sudo pacman -Syu 2024-08-30 10:24:02 +07:00
parent 83789fd513
commit 22445ae1f7
1 changed files with 9 additions and 3 deletions

View File

@ -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