diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -2,7 +2,8 @@ umask 027 -make -s -C ~/.ssh +make -s -C ~/.ssh || \ + cat .ssh/config.d/* > .ssh/config export EDITOR=vim export SUDO_EDITOR=$HOME/bin/privim