Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I0ec47fd1e12b83dd9762641e43652ff1aaaafd7e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to