.profile.common

changeset 1103
0c1f1cf78ed9
parent 1067
08675f3a85f6
--- a/.profile.common
+++ b/.profile.common
@@ -1,12 +1,6 @@
 # vim: ft=bash
 # simple profile stuff that is common to both zsh and bash
 
-# most ssh versions support include now, see if i can...
-make -s -C ~/.ssh || {
-  umask 077
-  cat ~/.ssh/config.d/* > ~/.ssh/config
-}
-
 umask 027
 
 HISTIGNORE="ls:cd:cd -:pwd:exit:date:privim"

mercurial