summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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