diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-28 21:11:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-28 21:11:27 -0300 |
commit | cbd22ae24613e1786b176127f274b8618acc6c57 (patch) | |
tree | 8707438ca70956beb7e9ad474f0cccebf8d28a4f | |
parent | d18693d621bd84db2aee1e833f1968d138905d50 (diff) | |
download | profile-cbd22ae24613e1786b176127f274b8618acc6c57.tar.gz profile-cbd22ae24613e1786b176127f274b8618acc6c57.tar.bz2 |
Feat: possible support for rc.d and profile.d (2)
-rw-r--r-- | profile.dot.link | 14 |
1 files 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 |