# HG changeset patch # User Meredith Howard # Date 1497307244 14400 # Node ID 96cef8773963582f4a4904e7411be9b09fb43fd1 # Parent 0d7437c668d0e43aa45a7be0b19e89b36b478bbd fix diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -3,7 +3,7 @@ umask 027 make -s -C ~/.ssh || - cat .ssh/config.d/* > .ssh/config + cat ~/.ssh/config.d/* > ~/.ssh/config export EDITOR=vim export SUDO_EDITOR=$HOME/bin/privim