X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=scripts.git;a=blobdiff_plain;f=bashrc;h=3e6cc3aa644f0dc7f9c2937ed7e8ec261d5349c7;hp=cca943d8ecb89e55cbfda9cbde15c81827074c69;hb=856983cd510a04e27d441990c73f04e4b47e162f;hpb=844f03ff70febed3f8a500729f7a67c0bf995d35 diff --git a/bashrc b/bashrc index cca943d..3e6cc3a 100644 --- 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