.profile.common

changeset 179
fe7e8d6d1853
parent 174
d94a247836c8
child 233
e31c379b5bda
equal deleted inserted replaced
178:47bbb9255d78 179:fe7e8d6d1853
3 export EDITOR=vim 3 export EDITOR=vim
4 export PERL_CPANM_OPT='-n --prompt --reinstall' 4 export PERL_CPANM_OPT='-n --prompt --reinstall'
5 export DEVEL_REPL_PROFILE='Standard' 5 export DEVEL_REPL_PROFILE='Standard'
6 6
7 alias hgcd='cd $(hg root)' 7 alias hgcd='cd $(hg root)'
8 alias gcd='cd "$(git rev-parse --show-toplevel)"'
8 9
9 if [ -f ~/.profile.common.local ]; then 10 if [ -f ~/.profile.common.local ]; then
10 source ~/.profile.common.local 11 source ~/.profile.common.local
11 fi 12 fi
12 13

mercurial