[Bug 1835077] Re: [FEATURE] Add support for ~/.bashrc.d/*
Ubuntu Foundations Team Bug Bot
1835077 at bugs.launchpad.net
Tue Jul 2 16:26:44 UTC 2019
The attachment "patch for /etc/skle/.profile" seems to be a patch. If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash in Ubuntu.
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 foundations-bugs
mailing list