Created
March 7, 2016 22:20
-
-
Save theodson/bbb3bd82fe58870803a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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