Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/232031
Change subject: Add ~/bin to otto's $PATH ...................................................................... Add ~/bin to otto's $PATH Change-Id: I0ec47fd1e12b83dd9762641e43652ff1aaaafd7e --- M modules/admin/files/home/otto/.bashrc 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/31/232031/1 diff --git a/modules/admin/files/home/otto/.bashrc b/modules/admin/files/home/otto/.bashrc index 90290e8..7377e9a 100644 --- a/modules/admin/files/home/otto/.bashrc +++ b/modules/admin/files/home/otto/.bashrc @@ -113,4 +113,5 @@ # add refinery/bin to my path test -d /srv/deployment/analytics/refinery/bin && export PATH=$PATH:/srv/deployment/analytics/refinery/bin - +# add ~/bin +test -d ~/bin && export PATH=~/bin:$PATH -- To view, visit https://gerrit.wikimedia.org/r/232031 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0ec47fd1e12b83dd9762641e43652ff1aaaafd7e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
