Created
July 4, 2011 09:03
-
-
Save cristibalan/1063106 to your computer and use it in GitHub Desktop.
Y U LOSE PATH?
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
# Customize to your needs... | |
export PATH=~/bin/chelu:~/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" |
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
➜ ~ which ruby | |
/Users/chelu/.rvm/rubies/ruby-1.8.7-p334/bin/ruby | |
➜ ~ echo $PATH | |
/Users/chelu/.rvm/gems/ruby-1.8.7-p334/bin:/Users/chelu/.rvm/gems/ruby-1.8.7-p334@global/bin:/Users/chelu/.rvm/rubies/ruby-1.8.7-p334/bin:/Users/chelu/.rvm/bin:/Users/chelu/bin/chelu:/Users/chelu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin | |
➜ ~ . ~/.zshrc | |
➜ ~ which ruby | |
/usr/bin/ruby | |
➜ ~ echo $PATH | |
/Users/chelu/bin/chelu:/Users/chelu/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment