Dzahn has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/333984 )
Change subject: Add .bash_profile to my homedir so my .bashrc works ...................................................................... Add .bash_profile to my homedir so my .bashrc works Change-Id: Id6af9ca88a432b44942988012d9994ef616bcaa4 --- A modules/admin/files/home/demon/.bash_profile 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Dzahn: Verified; Looks good to me, approved diff --git a/modules/admin/files/home/demon/.bash_profile b/modules/admin/files/home/demon/.bash_profile new file mode 100644 index 0000000..6b304f9 --- /dev/null +++ b/modules/admin/files/home/demon/.bash_profile @@ -0,0 +1,5 @@ +# + +if [ ~/.bashrc ]; then + . ~/.bashrc +fi -- To view, visit https://gerrit.wikimedia.org/r/333984 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id6af9ca88a432b44942988012d9994ef616bcaa4 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Chad <ch...@wikimedia.org> Gerrit-Reviewer: Alex Monk <kren...@gmail.com> Gerrit-Reviewer: Dzahn <dz...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits