From bb726e02dc766e585e4fd0f0c4f7d8e5a7faec16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 13 Aug 2014 12:07:49 +0200 Subject: bashrc: remove 'setterm -blength 0' --- bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bashrc b/bashrc index a0b0569..9fcbae5 100644 --- a/bashrc +++ b/bashrc @@ -28,9 +28,9 @@ eval $(dircolors ~/.dir_colors) if [ ! -z $DISPLAY ]; then xset b 0 fi -if [ ! -z `which setterm 2>/dev/null` ]; then - setterm -blength 0 -fi +# if [ ! -z `which setterm 2>/dev/null` ]; then +# setterm -blength 0 +# fi # VIMMODE set -o vi -- cgit v1.1-2-g2b99