diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-08-13 12:07:49 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-08-13 12:07:49 +0200 |
commit | bb726e02dc766e585e4fd0f0c4f7d8e5a7faec16 (patch) | |
tree | fc44cfa24974bad1bb74cb3ccc0934afa52725c9 | |
parent | d58e3e0cd5ee774c8c291b65c33f86c71b9353ce (diff) | |
download | bin-bb726e02dc766e585e4fd0f0c4f7d8e5a7faec16.zip bin-bb726e02dc766e585e4fd0f0c4f7d8e5a7faec16.tar.gz |
bashrc: remove 'setterm -blength 0'
-rw-r--r-- | bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |