Open duck57 opened 2 years ago
Not without changes to the code. You can look for echo -n \a
in fish_prompt.fish
. Then comment or remove the line.
If you're unable to find fish_prompt.fish
, then functions -D fish_prompt
can be handy.
Need help improving the theme to make it support disabling the bell.
Is there a way to turn off the bell, like Budspencer has with
set -U budspencer_nobell
but for Dangerous? I suspect there is, but a search for "bell" in this repo did not turn up any relevant results.