From 67c16567d93809c8b7aa74940ff7364ef2ac60ac Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Apr 2011 11:40:55 -0400 Subject: [PATCH] misc paths --- .oh-my-zsh/custom/paths.zsh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .oh-my-zsh/custom/paths.zsh 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