Skip to content

Commit

Permalink
fix(arc): [cr_id_skip] Update PATH for arc bin
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong committed Nov 6, 2023
1 parent 388ed68 commit 78909df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ if [[ $(hostname -f) == *-PC* || $(hostname -f) == songxingchen*.hobot.cc || $(w
fi

if [[ $(hostname -f) == *.hogpu.cc ]]; then
export PATH=$PATH:$HOME/tools/go/bin
export PATH=$PATH:$HOME/tools/go/bin:/bucket/output/jfs-hdfs/user/xingchen.song/tools/arcanist/bin/
source ~/proxy.sh
# https://github.com/conda/conda/issues/9392#issuecomment-617345019
unset CONDA_SHLVL
Expand Down

0 comments on commit 78909df

Please sign in to comment.