funguscolander / dotfiles

My Unix dotfiles
1 stars 0 forks source link

`set bell-style visual` doesn't do anything on Windows, `set bell-style none` must be used #28

Open funguscolander opened 4 years ago

funguscolander commented 4 years ago

set bell-style visual is great on Linux but does not seem to make a difference in Windows (at least it makes the bell icon still sound). Use set bell-style none in windows based OSs, but have it detect the OS and choose which to use that way instead of just choosing one outright.