fix

Mon, 12 Jun 2017 18:40:44 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 12 Jun 2017 18:40:44 -0400
changeset 605
96cef8773963
parent 604
0d7437c668d0
child 606
37b21dd61717

fix

.profile.common file | annotate | diff | comparison | revisions
--- 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

mercurial