turned off zsh beep.

This commit is contained in:
Gabe Venberg 2025-04-29 10:33:58 +02:00
parent 27e0fabef7
commit 4769ba2c36

View file

@ -49,6 +49,9 @@
#the tre command has some shell integration.
tre() { command tre "$@" --editor && source "/tmp/tre_aliases_$USER" 2>/dev/null; }
tred() { command tre "$@" --editor=z --directories && source "/tmp/tre_aliases_$USER" 2>/dev/null; }
# Turn off terminal beep on autocomplete.
unsetopt BEEP
''
(lib.mkIf (!config.programs.starship.enable) ''
autoload -U promptinit