aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--profile.d.dot/placeholder.link11
-rw-r--r--profile.dot.link2
2 files changed, 12 insertions, 1 deletions
diff --git a/profile.d.dot/placeholder.link b/profile.d.dot/placeholder.link
new file mode 100644
index 0000000..ac8cf97
--- /dev/null
+++ b/profile.d.dot/placeholder.link
@@ -0,0 +1,11 @@
+#
+# Placeholder initialization script.
+#
+# This is just a placeholder file to show how the $HOME/.profile.d folde scheme works.
+#
+# Any file hosted in this folder can be sourced by a shell initialization script that
+# adopts this scheme.
+#
+
+# Do nothing, successfully
+true
diff --git a/profile.dot.link b/profile.dot.link
index c4f518c..74a301e 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -402,7 +402,7 @@ if [ -d "$HOME/.profile.d" ]; then
done
fi
- Include custom profiles
+# Include custom profiles
if [ -d "$HOME/.custom/profile.d" ]; then
scripts="`find $HOME/.custom/profile.d -type f`"