.profile.common

changeset 233
e31c379b5bda
parent 179
fe7e8d6d1853
child 328
b3b18ced6949
equal deleted inserted replaced
232:986451375fb3 233:e31c379b5bda
1 # simple profile stuff that is common to both zsh and bash 1 # simple profile stuff that is common to both zsh and bash
2 2
3 export EDITOR=vim 3 export EDITOR=vim
4 export PERL_CPANM_OPT='-n --prompt --reinstall' 4 export PERL_CPANM_OPT='-nq --prompt'
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 alias gcd='cd "$(git rev-parse --show-toplevel)"'
9 9

mercurial