config(zsh): disable aliases omz
parent
83789fd513
commit
22445ae1f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue