.profile.common

changeset 174
d94a247836c8
child 179
fe7e8d6d1853
equal deleted inserted replaced
173:757eaebee0a2 174:d94a247836c8
1 # simple profile stuff that is common to both zsh and bash
2
3 export EDITOR=vim
4 export PERL_CPANM_OPT='-n --prompt --reinstall'
5 export DEVEL_REPL_PROFILE='Standard'
6
7 alias hgcd='cd $(hg root)'
8
9 if [ -f ~/.profile.common.local ]; then
10 source ~/.profile.common.local
11 fi
12

mercurial