Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if [ "$OS" = "darwin" ] ; then
- export PATH=/sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/\
- sbin:/usr/local/bin:/sw/bin:/usr/X11/bin:/usr/local/git/bin:/usr/X11R6/bin:$PATH
- if [ -d ~/bin ]; then
- export PATH=~/bin:$PATH
- fi
- if [ -d ~/cl/bin ]; then
- export PATH=~/cl/bin:$PATH
- fi
- # Files are read in this order:
- # profile
- # bashrc
- # .bash_profile
- # .bashrc (sourced in .bash_profile)
- #
- #
- # Interactive shells, xwindows
- # Order:
- # bashrc
- # .bashrc
Advertisement
Add Comment
Please, Sign In to add comment