From: Siraaj Khandkar Date: Sat, 9 Mar 2019 19:03:22 +0000 (-0500) Subject: Fix sourcing X-Git-Url: https://git.xandkar.net/?a=commitdiff_plain;h=2a598223205a7bc43930c443561f9f4a6ed40301;p=khome.git Fix sourcing --- diff --git a/.profile b/.profile index 54b6032..a7399c2 100644 --- a/.profile +++ b/.profile @@ -1 +1,4 @@ -. $HOME/lib/login_*.sh +for file in $HOME/lib/login_*.sh +do + . $file +done