diff options
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ set -o emacs | |||
5 | # 1 blinging block 2 block | 5 | # 1 blinging block 2 block |
6 | # 3 blinking under score 4 under score | 6 | # 3 blinking under score 4 under score |
7 | # 5 blinking bar 6 bar | 7 | # 5 blinking bar 6 bar |
8 | echo '\e[1 q' | 8 | echo -n '\e[1 q' |
9 | 9 | ||
10 | # helper repo | 10 | # helper repo |
11 | export SETTING_DIR=$HOME/helper | 11 | export SETTING_DIR=$HOME/helper |