Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/191637
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, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/37/191637/1 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..246fd2f 100644 --- a/modules/admin/files/home/otto/.bashrc +++ b/modules/admin/files/home/otto/.bashrc @@ -109,4 +109,7 @@ fi # Use liquidprompt! -source $HOME/.liquidprompt/liquidprompt \ No newline at end of file +source $HOME/.liquidprompt/liquidprompt + +# add refinery/bin to my path +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: newchange Gerrit-Change-Id: I5e7762d1477f2a2987566f9497248fa80112ebc5 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
