diff options
Diffstat (limited to 'config/zshrc/.zshrc')
-rw-r--r-- | config/zshrc/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index 167af0b..ebbaa00 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -19,7 +19,8 @@ autoload -U select-word-style select-word-style bash autoload -z edit-command-line zle -N edit-command-line -zstyle :compinstall filename '/home/aluc/.zshrc' +zstyle ':compinstall' filename '/home/aluc/.zshrc' +zstyle ':completion:*' menu select autoload -Uz compinit compinit |