.profile.common

changeset 514
d596509d91f0
parent 506
2a6899f40b2e
child 543
f033acea6b1e
equal deleted inserted replaced
513:a8caf462bfc0 514:d596509d91f0
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)'

mercurial