diff --git a/home/default.nix b/home/default.nix index 89dc829..4037c86 100644 --- a/home/default.nix +++ b/home/default.nix @@ -30,8 +30,12 @@ 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 + + # Don't honk at me constantly + unsetopt beep ''; enableSyntaxHighlighting = true; plugins = [