aboutsummaryrefslogtreecommitdiffhomepage
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-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.