.profile.common

changeset 605
96cef8773963
parent 571
5dfc85243b54
child 608
177dfb2889ab
equal deleted inserted replaced
604:0d7437c668d0 605:96cef8773963
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 umask 027 3 umask 027
4 4
5 make -s -C ~/.ssh || 5 make -s -C ~/.ssh ||
6 cat .ssh/config.d/* > .ssh/config 6 cat ~/.ssh/config.d/* > ~/.ssh/config
7 7
8 export EDITOR=vim 8 export EDITOR=vim
9 export SUDO_EDITOR=$HOME/bin/privim 9 export SUDO_EDITOR=$HOME/bin/privim
10 export LESS='Ri' 10 export LESS='Ri'
11 export PERL_CPANM_OPT='-nq --prompt' 11 export PERL_CPANM_OPT='-nq --prompt'

mercurial