mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
zsh: don't sort git-checkout completions
This commit is contained in:
parent
abb2e0d7d0
commit
303bfaafa3
@ -30,6 +30,8 @@ in {
|
||||
initExtra = ''
|
||||
# zstyle ':completion:*' menu select # fancy interactive autocomplete
|
||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' # tabcomplete lower to upper case
|
||||
# git already sorts output non-alphabetically, which we want to preserve
|
||||
zstyle ':completion:*:git-checkout:*' sort false
|
||||
'';
|
||||
enableSyntaxHighlighting = true;
|
||||
plugins = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user