From cda0870089c57d9b3859af0e58de0349da559020 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 27 Jul 2025 21:03:50 +0800 Subject: Update --- zsh/zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'zsh') 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 echo -n '\e[1 q' # helper repo -export SETTING_DIR=$HOME/helper -fpath=($SETTING_DIR/zsh $fpath) -source $SETTING_DIR/zsh/completion.zsh +export HELPER_DIR=$HOME/helper +fpath=($HELPER_DIR/zsh $fpath) +source $HELPER_DIR/zsh/completion.zsh # Reload zshrc function .() { @@ -108,7 +108,7 @@ bindkey '^[,' insert-first-word # Quick jump to parent folders -source $SETTING_DIR/zsh/bd.zsh +source $HELPER_DIR/zsh/bd.zsh # Finally, make sure the terminal is in application mode, when zle is # active. Only then are the values from $terminfo valid. -- cgit v1.2.3-70-g09d2