home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80cc919
)
Fix sourcing
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 9 Mar 2019 19:03:22 +0000
(14:03 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sat, 9 Mar 2019 19:03:22 +0000
(14:03 -0500)
.profile
patch
|
blob
|
blame
|
history
diff --git
a/.profile
b/.profile
index
54b6032
..
a7399c2
100644
(file)
--- a/
.profile
+++ b/
.profile
@@
-1
+1,4
@@
-. $HOME/lib/login_*.sh
+for file in $HOME/lib/login_*.sh
+do
+ . $file
+done
This page took
0.02612 seconds
and
4
git commands to generate.