From cda0870089c57d9b3859af0e58de0349da559020 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 27 Jul 2025 21:03:50 +0800 Subject: Update --- profile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'profile') diff --git a/profile b/profile index 03b8f9b..b5f2969 100644 --- a/profile +++ b/profile @@ -1,8 +1,7 @@ # trap 'exit.sh' EXIT export PATH=~/.local/bin:$PATH -export PATH=~/go/bin:$PATH -export SETTING_DIR=${SETTING_DIR:=$HOME/helper} +export HELPER_DIR=${HELPER_DIR:=$HOME/helper} export TERM=xterm-256color export XDG_CONFIG_HOME=~/.config export XDG_STATE_HOME=~/.local/share/ @@ -34,12 +33,12 @@ shell=$(/dev/null; then @@ -54,7 +53,7 @@ fi if [[ $- =~ i ]]; then if [[ $shell == zsh ]]; then setopt extended_glob interactive_comments - fpath=($SETTING_DIR/zsh $fpath) + fpath=($HELPER_DIR/zsh $fpath) alias history='history -i' autoload compinit; compinit -- cgit v1.2.3-70-g09d2