diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:37:50 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:37:50 +0100 |
commit | a393a959771d5667ad78dccb8b3a72f9184544f5 (patch) | |
tree | b0e7b03b8ff0e235488db1188979216e9ac6552b /config | |
parent | 075b7bbb4b5a8eba9efe13f0268c35117ef28bb1 (diff) |
added: (zshrc) completion menu select
Diffstat (limited to 'config')
-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 |