Compare commits

..

No commits in common. "6df47141e9043c8f8d8f208a769855e48790110c" and "27e0fabef711a17cdd92144c208357532d1c1544" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -13,10 +13,6 @@
themeFile = "gruvbox-dark"; themeFile = "gruvbox-dark";
settings = { settings = {
background_opacity = "0.8"; background_opacity = "0.8";
enable_audio_bell="yes";
visual_bell_duration = "0.5";
window_alert_on_bell="yes";
bell_on_tab="🔔";
}; };
}; };
} }

View file

@ -49,9 +49,6 @@
#the tre command has some shell integration. #the tre command has some shell integration.
tre() { command tre "$@" --editor && source "/tmp/tre_aliases_$USER" 2>/dev/null; } 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; } 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) '' (lib.mkIf (!config.programs.starship.enable) ''
autoload -U promptinit autoload -U promptinit