uber.sh and gitignore update.

This commit is contained in:
Ivan Malison 2015-04-28 13:41:07 -07:00
parent d17fcf2cf0
commit 21c61059c6
2 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View File

@ -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

View 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 $@)
}