.profile.common

changeset 543
f033acea6b1e
parent 514
d596509d91f0
child 545
cd5b3906e687
equal deleted inserted replaced
542:c78ff4777bd9 543:f033acea6b1e
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
3 umask 027
2 4
3 make -s -C ~/.ssh 5 make -s -C ~/.ssh
4 6
5 export EDITOR=vim 7 export EDITOR=vim
6 export SUDO_EDITOR=$HOME/bin/privim 8 export SUDO_EDITOR=$HOME/bin/privim
20 fi 22 fi
21 23
22 if [ -f ~/.profile.common.local ]; then 24 if [ -f ~/.profile.common.local ]; then
23 source ~/.profile.common.local 25 source ~/.profile.common.local
24 fi 26 fi
25

mercurial