Skip to content

Instantly share code, notes, and snippets.

@theodson
Created March 7, 2016 22:20
Show Gist options
  • Save theodson/bbb3bd82fe58870803a2 to your computer and use it in GitHub Desktop.
Save theodson/bbb3bd82fe58870803a2 to your computer and use it in GitHub Desktop.
export MVN_HOME=~/apache-maven-3.3.9
export VAGRANT_DEFAULT_PROVIDER=virtualbox
export WORKSPACE=~/Workspace
export PATH="$(brew --prefix homebrew/php/php70)/bin:~/bin:~/.composer/vendor/bin:$MVN_HOME/bin:~/packer:$PATH"
alias ll='ls -la'
alias subl='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl'
alias prettyjson='python -m json.tool'
source ~/bin/dev.commands.sh
if [ -f `brew --prefix`/etc/bash_completion ]; then
source `brew --prefix`/etc/bash_completion
fi
if [ -f `brew --prefix`/etc/bash_completion.d/vagrant ]; then
source `brew --prefix`/etc/bash_completion.d/vagrant
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment