diff --git a/.oh-my-zsh/custom/paths.zsh b/.oh-my-zsh/custom/paths.zsh new file mode 100644 index 0000000..0c2ead3 --- /dev/null +++ b/.oh-my-zsh/custom/paths.zsh @@ -0,0 +1,9 @@ +# use vim as an editor +export EDITOR="mate -w" +PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin/:$PATH" +PATH="/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/local/sbin/:$PATH" +PATH="/usr/local/homebrew/bin/:$PATH" +PATH="/usr/local/homebrew/sbin/:$PATH" +PATH="/usr/local/Cellar/python/2.7/Frameworks/Python.framework/Versions/2.7/bin/:$PATH" +PATH="/usr/local/Cellar/python/2.7/bin:$PATH" +PATH="/Developer/SDKs/android-sdk-mac_86/tools/:$PATH" \ No newline at end of file