zsh: no honk

This commit is contained in:
Sam W 2022-04-14 11:28:46 +01:00
parent 303bfaafa3
commit d6806372d9
1 changed files with 4 additions and 0 deletions

View File

@ -30,8 +30,12 @@ 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 # git already sorts output non-alphabetically, which we want to preserve
zstyle ':completion:*:git-checkout:*' sort false zstyle ':completion:*:git-checkout:*' sort false
# Don't honk at me constantly
unsetopt beep
''; '';
enableSyntaxHighlighting = true; enableSyntaxHighlighting = true;
plugins = [ plugins = [