aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link4
1 files changed, 2 insertions, 2 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 91b25eb..44c57e2 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -396,14 +396,14 @@ cd $STARTUP_FOLDER
# Include other profiles
if [ -d "$HOME/.profile.d" ]; then
for script in `ls $HOME/.profile.d`; do
- source $script
+ source $HOME/.profile.d/$script
done
fi
# Include custom profiles
if [ -d "$HOME/.custom/profile.d" ]; then
for script in `ls $HOME/.custom/profile.d`; do
- source $script
+ source $HOME?.custom/profile.d/$script
done
fi