uber.sh and gitignore update.
This commit is contained in:
parent
d17fcf2cf0
commit
21c61059c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,6 +8,7 @@ dotfiles/.pip/download_cache
|
||||
dotfiles/.pip/pip.log
|
||||
dotfiles/config/hub
|
||||
dotfiles/cider/.cache/
|
||||
dotfiles/pip/cache/
|
||||
dotfiles/pip/download_cache/
|
||||
.gitignore
|
||||
dotfiles/pip/pip.log
|
||||
|
17
dotfiles/lib/shellenv/uber.sh
Normal file
17
dotfiles/lib/shellenv/uber.sh
Normal file
@ -0,0 +1,17 @@
|
||||
# added by newengsetup
|
||||
export EDITOR=vim
|
||||
export UBER_HOME="$HOME/Uber"
|
||||
export UBER_OWNER="imalison@uber.com"
|
||||
export VAGRANT_DEFAULT_PROVIDER=aws
|
||||
[ -s "/usr/local/bin/virtualenvwrapper.sh" ] && . /usr/local/bin/virtualenvwrapper.sh
|
||||
[ -s "$HOME/.nvm/nvm.sh" ] && . $HOME/.nvm/nvm.sh
|
||||
|
||||
cdsync () {
|
||||
cd $(boxer sync_dir $@)
|
||||
}
|
||||
editsync () {
|
||||
$EDITOR $(boxer sync_dir $@)
|
||||
}
|
||||
opensync () {
|
||||
open $(boxer sync_dir $@)
|
||||
}
|
Loading…
Reference in New Issue
Block a user