.profile.common

changeset 608
177dfb2889ab
parent 605
96cef8773963
child 696
46dd5299006d
equal deleted inserted replaced
607:042360ae89bb 608:177dfb2889ab
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 chmod 600 $_
8 }
7 9
8 export EDITOR=vim 10 export EDITOR=vim
9 export SUDO_EDITOR=$HOME/bin/privim 11 export SUDO_EDITOR=$HOME/bin/privim
10 export LESS='Ri' 12 export LESS='Ri'
11 export PERL_CPANM_OPT='-nq --prompt' 13 export PERL_CPANM_OPT='-nq --prompt'

mercurial