From cbd22ae24613e1786b176127f274b8618acc6c57 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Nov 2020 21:11:27 -0300 Subject: Feat: possible support for rc.d and profile.d (2) --- profile.dot.link | 14 +++++++------- 1 file 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 -- cgit v1.2.3