summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-08-13 12:07:49 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2014-08-13 12:07:49 +0200
commitbb726e02dc766e585e4fd0f0c4f7d8e5a7faec16 (patch)
treefc44cfa24974bad1bb74cb3ccc0934afa52725c9
parentd58e3e0cd5ee774c8c291b65c33f86c71b9353ce (diff)
downloadbin-bb726e02dc766e585e4fd0f0c4f7d8e5a7faec16.zip
bin-bb726e02dc766e585e4fd0f0c4f7d8e5a7faec16.tar.gz
bashrc: remove 'setterm -blength 0'
-rw-r--r--bashrc6
1 files 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