aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-01-01 12:28:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-01-01 12:28:59 -0300
commitdf7e657f31671e8789c55f44179a0d294c854a1c (patch)
tree603067ef04797d6591f9e3134700bc9c4ffee3e1
parentce2b556c04444201c457faa327528d166051270f (diff)
downloadprofile-df7e657f31671e8789c55f44179a0d294c854a1c.tar.gz
profile-df7e657f31671e8789c55f44179a0d294c854a1c.tar.bz2
Idea: run-parts in a profile.d folder
-rw-r--r--profile.dot.link5
1 files changed, 5 insertions, 0 deletions
diff --git a/profile.dot.link b/profile.dot.link
index 80137f3..ac01476 100644
--- a/profile.dot.link
+++ b/profile.dot.link
@@ -320,3 +320,8 @@ cd $STARTUP_FOLDER
#if [ ! -z "$STARTUP" ]; then
# $STARTUP
#fi
+
+# Run startup scripts
+#if [ -d "$HOME/.custom/profile.d" ];
+# run-parts $HOME/.custom/profile.d
+#fi