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