From 2a598223205a7bc43930c443561f9f4a6ed40301 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 9 Mar 2019 14:03:22 -0500 Subject: [PATCH] Fix sourcing --- .profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.20.1