aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link14
1 files changed, 7 insertions, 7 deletions
diff --git a/profile.dot.link b/profile.dot.link
index bd13750..b7b6470 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -390,13 +390,13 @@ fi
cd $STARTUP_FOLDER
# Include other profiles
-if [ -d "$HOME/.profile.d" ]; then
- scripts="`find $HOME/.profile.d -type f`"
-
- for script in $scripts; do
- include $script
- done
-fi
+#if [ -d "$HOME/.profile.d" ]; then
+# scripts="`find $HOME/.profile.d -type f`"
+#
+# for script in $scripts; do
+# include $script
+# done
+#fi
# Include custom profiles
#if [ -d "$HOME/.custom/profile.d" ]; then