uber tweaks
This commit is contained in:
parent
4675cd33fe
commit
33cd4a051b
@ -1,6 +1,7 @@
|
|||||||
# added by newengsetup
|
# added by newengsetup
|
||||||
export UBER_HOME="$HOME/Uber"
|
export UBER_HOME="$HOME/Uber"
|
||||||
export UBER_OWNER="imalison@uber.com"
|
export UBER_OWNER="imalison@uber.com"
|
||||||
|
export UBER_LDAP_UID="imalison"
|
||||||
[ -z "$GIT_SSH" ] || export GIT_SSH="$HOME/.lib/git-ssh.sh"
|
[ -z "$GIT_SSH" ] || export GIT_SSH="$HOME/.lib/git-ssh.sh"
|
||||||
export VAGRANT_DEFAULT_PROVIDER=aws
|
export VAGRANT_DEFAULT_PROVIDER=aws
|
||||||
[ -s "/usr/local/bin/virtualenvwrapper.sh" ] && . /usr/local/bin/virtualenvwrapper.sh
|
[ -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'
|
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)'
|
||||||
|
Loading…
Reference in New Issue
Block a user