mirror of https://github.com/wlcx/home.git
zsh: don't sort git-checkout completions
This commit is contained in:
parent
abb2e0d7d0
commit
303bfaafa3
|
@ -30,6 +30,8 @@ in {
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
# zstyle ':completion:*' menu select # fancy interactive autocomplete
|
# zstyle ':completion:*' menu select # fancy interactive autocomplete
|
||||||
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' # tabcomplete lower to upper case
|
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;
|
enableSyntaxHighlighting = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
Loading…
Reference in New Issue