Configured more terminal bell settings.
This commit is contained in:
parent
9e7f902a17
commit
5de1803727
6
.bashrc
6
.bashrc
|
@ -4,6 +4,12 @@
|
|||
export EDITOR=vim
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
# Make less use visual bell
|
||||
#--------------------------------------------------------------------------------
|
||||
export LESS="-qr"
|
||||
#--------------------------------------------------------------------------------
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
# Update the path with local overrides
|
||||
#--------------------------------------------------------------------------------
|
||||
|
|
3
.inputrc
3
.inputrc
|
@ -1 +1,2 @@
|
|||
set bell-style none
|
||||
set bell-style visible
|
||||
set prefer-visible-bell
|
||||
|
|
Loading…
Reference in a new issue