Compare commits
2 commits
27e0fabef7
...
6df47141e9
Author | SHA1 | Date | |
---|---|---|---|
6df47141e9 | |||
4769ba2c36 |
2 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
themeFile = "gruvbox-dark";
|
||||
settings = {
|
||||
background_opacity = "0.8";
|
||||
enable_audio_bell="yes";
|
||||
visual_bell_duration = "0.5";
|
||||
window_alert_on_bell="yes";
|
||||
bell_on_tab="🔔";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue