diff options
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ PROMPT="%~ %% " zstyle ':completion:*' special-dirs true +zstyle ':completion:*:*:kill:*' menu yes select +zstyle ':completion:*:kill:*' force-list always setopt nobeep setopt autocd |