diff options
| author | 2026-03-04 22:15:05 +0100 | |
|---|---|---|
| committer | 2026-03-04 22:15:05 +0100 | |
| commit | 313035361e25fd683d5c7a231fc4fb455631a3c4 (patch) | |
| tree | 277e4568b29c9c5c7baf969f229fd493bfa9d526 | |
| parent | zsh: add bindings for ctrl/alt left/right (diff) | |
zsh: switch to hashlistall
| -rw-r--r-- | dot_config/zsh/zshrc.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/zshrc.options b/dot_config/zsh/zshrc.options index 8335d8a..35fe444 100644 --- a/dot_config/zsh/zshrc.options +++ b/dot_config/zsh/zshrc.options @@ -11,7 +11,7 @@ setopt nocdsilent nochasedots noposixcd pushdignoredups setopt -9X +SY setopt alwayslastprompt noalwaystoend automenu autonamedirs autoparamkeys setopt autoparamslash autoremoveslash nobashautolist completealiases -setopt completeinword noglobcomplete nohashlistall listambiguous nolistbeep +setopt completeinword noglobcomplete hashlistall listambiguous nolistbeep setopt listpacked listrowsfirst ## Expansion and Globbing |
