This repository has been archived on 2024-05-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
xmuhpc-dotfiles/jykang/.bash_profile
2024-04-23 18:40:02 +08:00

16 lines
311 B
Bash

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