projects
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
844f03f
)
Removed the beep in console.
author
Francois Fleuret
<francois@fleuret.org>
Tue, 13 Dec 2011 07:22:06 +0000
(08:22 +0100)
committer
Francois Fleuret
<francois@fleuret.org>
Tue, 13 Dec 2011 07:22:06 +0000
(08:22 +0100)
bashrc
patch
|
blob
|
history
diff --git
a/bashrc
b/bashrc
index
cca943d
..
3e6cc3a
100644
(file)
--- a/
bashrc
+++ b/
bashrc
@@
-50,6
+50,10
@@
shopt -s histappend
[[ ${TERM} == "dumb" ]] || [ ! -t 0 ] && return
+# Remove the annoying beeps in console
+
+setterm -blength 0
+
######################################################################
## The interactive part