Skip to content

Commit

Permalink
config(zsh): disable aliases omz
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Aug 30, 2024
1 parent 83789fd commit 22445ae
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions data/zsh/top-zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit 22445ae

Please sign in to comment.