oh-my-fish / theme-dangerous

A feature-rich theme derived from budspencer without powerline font.
33 stars 8 forks source link

Turn off bell? #16

Open duck57 opened 2 years ago

duck57 commented 2 years ago

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.

scorphus commented 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.