aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-04-06 23:31:21 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-04-06 23:31:21 +0800
commitdbc1548cdc92b93ffe68bf748d318140fb71dd50 (patch)
tree0cfe43fec99e01efadc853e3865ed309805c5cd9 /zsh
parent60aed38af17d3aac8eb40b61fdb87c6a0b12faa1 (diff)
Update
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 92ed7bb..a43dc2e 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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
8echo '\e[1 q' 8echo -n '\e[1 q'
9 9
10# helper repo 10# helper repo
11export SETTING_DIR=$HOME/helper 11export SETTING_DIR=$HOME/helper