From 33cd4a051b2c34926408f26f62ccd793770545fb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 22 Feb 2016 11:12:06 -0800 Subject: [PATCH] uber tweaks --- dotfiles/lib/shellenv/uber.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/lib/shellenv/uber.sh b/dotfiles/lib/shellenv/uber.sh index 7d4cf39c..5ba51243 100644 --- a/dotfiles/lib/shellenv/uber.sh +++ b/dotfiles/lib/shellenv/uber.sh @@ -1,6 +1,7 @@ # added by newengsetup export UBER_HOME="$HOME/Uber" export UBER_OWNER="imalison@uber.com" +export UBER_LDAP_UID="imalison" [ -z "$GIT_SSH" ] || export GIT_SSH="$HOME/.lib/git-ssh.sh" export VAGRANT_DEFAULT_PROVIDER=aws [ -s "/usr/local/bin/virtualenvwrapper.sh" ] && . /usr/local/bin/virtualenvwrapper.sh @@ -39,3 +40,7 @@ goclone() { } alias hyper_tunnel='ssh -fN -L 21300:hyperbahn01-sjc1:21300 adhoc03-sjc1' + +add_to_path "$HOME/bin" --before + +alias land_current='arc land $(git which-branch)'