mirror of https://github.com/wlcx/home.git
zsh: no honk
This commit is contained in:
parent
303bfaafa3
commit
d6806372d9
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue