544:f8c29fb56a91 | 545:cd5b3906e687 |
---|---|
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 | 7 |
7 export EDITOR=vim | 8 export EDITOR=vim |
8 export SUDO_EDITOR=$HOME/bin/privim | 9 export SUDO_EDITOR=$HOME/bin/privim |
9 export LESS='Ri' | 10 export LESS='Ri' |
10 export PERL_CPANM_OPT='-nq --prompt' | 11 export PERL_CPANM_OPT='-nq --prompt' |