zsh: don't sort git-checkout completions

This commit is contained in:
2022-06-13 23:12:30 +01:00
parent abb2e0d7d0
commit 303bfaafa3
+2
View File
@@ -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 = [