.profile.common

changeset 890
fe8cbacbbb5d
parent 851
b8501cb649b6
child 988
c74a9716d606
equal deleted inserted replaced
889:4400fb670a80 890:fe8cbacbbb5d
1 # vim: ft=bash 1 # vim: ft=bash
2 # simple profile stuff that is common to both zsh and bash 2 # simple profile stuff that is common to both zsh and bash
3 3
4 make -s -C ~/.ssh || {
5 umask 077
6 cat ~/.ssh/config.d/* > ~/.ssh/config
7 }
8
4 umask 027 9 umask 027
5
6 make -s -C ~/.ssh || {
7 cat ~/.ssh/config.d/* > ~/.ssh/config &&
8 chmod 600 $_
9 }
10 10
11 export MANPATH=$HOME/.man: 11 export MANPATH=$HOME/.man:
12 12
13 export EDITOR=vim 13 export EDITOR=vim
14 export SUDO_EDITOR=$HOME/bin/privim 14 export SUDO_EDITOR=$HOME/bin/privim

mercurial