This commit is contained in:
2025-08-04 18:38:28 +02:00
parent 6f8e364dbb
commit a36aeeab1b
2 changed files with 180 additions and 0 deletions

View File

@@ -69,3 +69,8 @@ export LINES=64
## - set beep more quiet
## -
#xset b 10 500 50
# turn off the beep (only in bash tab-complete ?)
# only if interactiv shell
[[ "$-" =~ "i" ]] && bind 'set bell-style none'