init
This commit is contained in:
15
jykang/.bash_profile
Normal file
15
jykang/.bash_profile
Normal 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
|
||||
Reference in New Issue
Block a user