diff --git a/scripts/csh_init.sh b/scripts/csh_init.sh index 93433eb..0c121b4 100644 --- a/scripts/csh_init.sh +++ b/scripts/csh_init.sh @@ -78,14 +78,15 @@ if ($?ORG_SOURCED == 0) then setenv LANG C setenv LC_ALL C + # -------------------------------------- + # path should be set each time + # -------------------------------------- + + set path = ($SCRIPT_DIR $BIN_DIR $path) + + endif -# -------------------------------------- -# path should be set each time -# -------------------------------------- - -set path = ($SCRIPT_DIR $BIN_DIR $path) - # -------------------------------------- # alias should be sourced each time # --------------------------------------