.bashrc

changeset 174
d94a247836c8
parent 97
dadc95ee5fe6
child 270
dda2a7f4d485
equal deleted inserted replaced
173:757eaebee0a2 174:d94a247836c8
3 3
4 if [ -f ~/.bashrc.dist ]; then 4 if [ -f ~/.bashrc.dist ]; then
5 source ~/.bashrc.dist 5 source ~/.bashrc.dist
6 fi 6 fi
7 7
8 export EDITOR=vim 8 source ~/.profile.common
9 export PERL_CPANM_OPT='-n --prompt --reinstall'
10 9
11 if [ -d ~/bin ]; then 10 if [ -d ~/bin ]; then
12 export PATH="$HOME/bin:$PATH" 11 export PATH="$HOME/bin:$PATH"
13 fi 12 fi
14 13

mercurial