.profile.common

changeset 571
5dfc85243b54
parent 545
cd5b3906e687
child 605
96cef8773963
equal deleted inserted replaced
570:fe86d57f654a 571:5dfc85243b54
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'

mercurial