Skip to content

Commit

Permalink
Fix up paths for Mamp, it needs to be before the standard bins
Browse files Browse the repository at this point in the history
  • Loading branch information
jghazally committed May 3, 2014
1 parent a10a2dc commit f71c3d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion oh-my-zsh
10 changes: 5 additions & 5 deletions zshrc
Expand Up @@ -57,11 +57,14 @@ ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
ZSH_HIGHLIGHT_PATTERNS+=('rm -rf *' 'fg=white,bold,bg=red')


# MAMP Madness (should really clean this up)
export PATH=/Applications/MAMP/bin/php/php5.5.3/bin/pear:/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php/php5.5.3/bin:$PATH

# Standard and System binaries
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
PATH+=:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin

# XCode build tools
PATH+=:/Developer/usr/bin
PATH=/Developer/usr/bin:$PATH

# Pythonbrew
PATH+=:~/.pythonbrew/bin
Expand All @@ -72,9 +75,6 @@ PATH+=:/opt/local/bin:/opt/local/sbin
# X11 ? Do I even use X11?
PATH+=:/usr/X11/bin:$HOME/pear/bin

# MAMP Madness (should really clean this up)
PATH+=:/Applications/MAMP/bin/php/php5.3.6/bin/share/pear:/Applications/MAMP/Library/bin:/Applications/MAMP/bin/php/php5.3.6/bin

# rvm
PATH+=:$HOME/.rvm/gems/ruby-1.9.2-p320/bin:$HOME/.rvm/gems/ruby-1.9.3-p194/bin
PATH+=:$HOME/.rvm/bin
Expand Down

0 comments on commit f71c3d6

Please sign in to comment.