.profile.common

changeset 420
6959fd5dfb58
parent 339
a2f7e73ea74b
child 438
862d1e79b830
equal deleted inserted replaced
419:f860c013676f 420:6959fd5dfb58
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 LESS=-Ri
4 export PERL_CPANM_OPT='-nq --prompt' 5 export PERL_CPANM_OPT='-nq --prompt'
5 export DEVEL_REPL_PROFILE='Standard' 6 export DEVEL_REPL_PROFILE='Standard'
6 7
7 alias hgcd='cd $(hg root)' 8 alias hgcd='cd $(hg root)'
8 alias gcd='cd "$(git rev-parse --show-toplevel)"' 9 alias gcd='cd "$(git rev-parse --show-toplevel)"'

mercurial