[Bug 1835077] Re: [FEATURE] Add support for ~/.bashrc.d/*

Thomas Ward teward at thomas-ward.net
Tue Jul 2 20:19:19 UTC 2019


Hello, and thank you for opening this report.

Upon further review, this bug report as-is is not yet ready to be
considered for Sponsoring in Ubuntu, as it does not yet provide
justification for the change nor does it provide requisite information
to determine whether this change is even sensible at this time in
Ubuntu.

For these reasons, I am unsubscribing ~ubuntu-sponsors from this bug.

In the future, when this bug is provided additional justification as to
why it's ready for sponsoring, including references and documentation
that this is a standard item upstream, and a full debdiff (at least)
ready for sponsoring and inclusion, you may resubscribe ~ubuntu-sponsors
and we will go through the process of considering this then.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1835077

Title:
  [FEATURE]  Add support for ~/.bashrc.d/*

Status in bash package in Ubuntu:
  New

Bug description:
  In ~/.profile add support for ~/.bashrc.d/* alongside ~/.bashrc

  # include all files from .bashrc.d/
  if [ -d "$HOME/.bashrc.d" ]; then
      for rc in "$HOME/.bashrc.d/"*; do
          if [ -f "$rc" ]; then
              . "$rc"
          fi
      done
  fi

  Patch for /etc/skel/.profile in the attachment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1835077/+subscriptions



More information about the Ubuntu-sponsors mailing list