aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-10 10:40:54 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-10 10:40:54 +0800
commitce9a8abca665eae8f6d9973cdb48f196eda063d9 (patch)
treec79e5e9806a69fc74b2e3766ea9d2b3c4d4362f9 /zsh
parenta59bce4ea2ea26bdb57765d0b83e92d73096d6b1 (diff)
Update
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b61709d..dece872 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,6 +1,12 @@
1# ZLE 1# ZLE
2set -o emacs 2set -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
8echo '\e[1 q'
9
4# helper repo 10# helper repo
5export SETTING_DIR=$HOME/helper 11export SETTING_DIR=$HOME/helper
6fpath=($SETTING_DIR/zsh $fpath) 12fpath=($SETTING_DIR/zsh $fpath)