1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bash] Fix bellstyle value (visible)

This commit is contained in:
Hyacinthe Cartiaux 2015-03-06 15:42:21 +01:00
parent fcaafe234c
commit 1a389cd68e

View file

@ -15,8 +15,8 @@
# - https://github.com/Falkor/dotfiles/blob/master/bash/.bashrc
# - https://github.com/rtomayko/dotfiles/blob/rtomayko/.inputrc
# do not bell on tab-completion
set bell-style bell
# do not beep on tab-completion
set bell-style visible
set expand-tilde off
set input-meta off