.profile.common

changeset 1103
0c1f1cf78ed9
parent 1067
08675f3a85f6
equal deleted inserted replaced
1102:33dd24d2b740 1103:0c1f1cf78ed9
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
4 # most ssh versions support include now, see if i can...
5 make -s -C ~/.ssh || {
6 umask 077
7 cat ~/.ssh/config.d/* > ~/.ssh/config
8 }
9 3
10 umask 027 4 umask 027
11 5
12 HISTIGNORE="ls:cd:cd -:pwd:exit:date:privim" 6 HISTIGNORE="ls:cd:cd -:pwd:exit:date:privim"
13 7

mercurial