This commit is contained in:
2024-04-23 18:40:02 +08:00
commit 969b89e49d
5 changed files with 240 additions and 0 deletions

15
jykang/.bash_profile Normal file
View File

@@ -0,0 +1,15 @@
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