use hpcstat

This commit is contained in:
2024-05-03 19:54:03 +08:00
parent 31f6ffcf4f
commit d3fe1b620b
4 changed files with 43 additions and 12 deletions

View File

@@ -1,15 +1,3 @@
if [[ $TERM == chn_unset_ls_colors* ]]; then
export TERM=${TERM#*:}
export CHN_LS_USE_COLOR=1
fi
if [[ $TERM == chn_cd* ]]; then
export TERM=${TERM#*:}
cd ~/${TERM%%:*}
export TERM=${TERM#*:}
fi
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
export PATH=$PATH:$HOME/bin:$HOME/linwei/chn/software/scripts