.bashrc

branch
mhoward-lt
changeset 175
6a6b1f67a46e
parent 174
d94a247836c8
child 270
dda2a7f4d485
equal deleted inserted replaced
172:ff95afc589ea 175:6a6b1f67a46e
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