From c5711526d52ed6e190c590b018602a5edd7f1f31 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Jul 2022 13:53:34 -0300 Subject: Feat: adds the .profile.d folder --- profile.d.dot/placeholder.link | 11 +++++++++++ profile.dot.link | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 profile.d.dot/placeholder.link 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`" -- cgit v1.2.3