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 make -s -C ~/.ssh |
3 make -s -C ~/.ssh |
4 |
4 |
5 export EDITOR=vim |
5 export EDITOR=vim |
|
6 export SUDO_EDITOR=$HOME/bin/privim |
6 export LESS='Ri' |
7 export LESS='Ri' |
7 export PERL_CPANM_OPT='-nq --prompt' |
8 export PERL_CPANM_OPT='-nq --prompt' |
8 export DEVEL_REPL_PROFILE='Standard' |
9 export DEVEL_REPL_PROFILE='Standard' |
9 |
10 |
10 alias hgcd='cd $(hg root)' |
11 alias hgcd='cd $(hg root)' |