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 LESS=-Ri |
6 export LESS='Ri' |
7 export PERL_CPANM_OPT='-nq --prompt' |
7 export PERL_CPANM_OPT='-nq --prompt' |
8 export DEVEL_REPL_PROFILE='Standard' |
8 export DEVEL_REPL_PROFILE='Standard' |
9 |
9 |
10 alias hgcd='cd $(hg root)' |
10 alias hgcd='cd $(hg root)' |
11 alias gcd='cd "$(git rev-parse --show-toplevel)"' |
11 alias gcd='cd "$(git rev-parse --show-toplevel)"' |