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