aboutsummaryrefslogtreecommitdiff
path: root/profile.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'profile.dot.link')
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
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`"