aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-07-27 21:03:50 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-07-27 21:03:50 +0800
commitcda0870089c57d9b3859af0e58de0349da559020 (patch)
treea1e8c1dac6188439e478378d6b3f540d7f865d2a /zsh/zshrc
parentdfb947732c2c57ff16c6e037f7aeda1844628368 (diff)
Update
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 7380d8e..c5b2196 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -8,9 +8,9 @@ set -o emacs
8echo -n '\e[1 q' 8echo -n '\e[1 q'
9 9
10# helper repo 10# helper repo
11export SETTING_DIR=$HOME/helper 11export HELPER_DIR=$HOME/helper
12fpath=($SETTING_DIR/zsh $fpath) 12fpath=($HELPER_DIR/zsh $fpath)
13source $SETTING_DIR/zsh/completion.zsh 13source $HELPER_DIR/zsh/completion.zsh
14 14
15# Reload zshrc 15# Reload zshrc
16function .() { 16function .() {
@@ -108,7 +108,7 @@ bindkey '^[,' insert-first-word
108 108
109 109
110# Quick jump to parent folders 110# Quick jump to parent folders
111source $SETTING_DIR/zsh/bd.zsh 111source $HELPER_DIR/zsh/bd.zsh
112 112
113# Finally, make sure the terminal is in application mode, when zle is 113# Finally, make sure the terminal is in application mode, when zle is
114# active. Only then are the values from $terminfo valid. 114# active. Only then are the values from $terminfo valid.