Ottomata has submitted this change and it was merged. Change subject: Refinery related tweaks for otto's bash profile ......................................................................
Refinery related tweaks for otto's bash profile Change-Id: I5e7762d1477f2a2987566f9497248fa80112ebc5 --- M modules/admin/files/home/otto/.bash_aliases M modules/admin/files/home/otto/.bashrc 2 files changed, 6 insertions(+), 1 deletion(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/modules/admin/files/home/otto/.bash_aliases b/modules/admin/files/home/otto/.bash_aliases index 76198d2..9895be5 100644 --- a/modules/admin/files/home/otto/.bash_aliases +++ b/modules/admin/files/home/otto/.bash_aliases @@ -1,3 +1,4 @@ alias pupt='sudo puppet agent -tv' alias mya='mysql --defaults-extra-file=/etc/mysql/conf.d/analytics-research-client.cnf ' alias myr='mysql --defaults-extra-file=/etc/mysql/conf.d/research-client.cnf ' +alias cdr='cd /srv/deployment/analytics/refinery' diff --git a/modules/admin/files/home/otto/.bashrc b/modules/admin/files/home/otto/.bashrc index 5edef0b..90290e8 100644 --- a/modules/admin/files/home/otto/.bashrc +++ b/modules/admin/files/home/otto/.bashrc @@ -109,4 +109,8 @@ fi # Use liquidprompt! -source $HOME/.liquidprompt/liquidprompt \ No newline at end of file +source $HOME/.liquidprompt/liquidprompt + +# add refinery/bin to my path +test -d /srv/deployment/analytics/refinery/bin && export PATH=$PATH:/srv/deployment/analytics/refinery/bin + -- To view, visit https://gerrit.wikimedia.org/r/191637 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5e7762d1477f2a2987566f9497248fa80112ebc5 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> Gerrit-Reviewer: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
