56223118cfe5
Add homebrew section.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 14 Oct 2009 17:34:12 -0400 |
parents | ae4c1a5f6221 |
children | bc7e4f80b5ee |
branches/tags | (none) |
files | .bashrc |
Changes
--- a/.bashrc Wed Oct 14 17:31:16 2009 -0400 +++ b/.bashrc Wed Oct 14 17:34:12 2009 -0400 @@ -41,6 +41,10 @@ source ~/.bash/pip source ~/.bash/prompt +# Homebrew ------------------------------------------------------------------- +export PATH=`brew --prefix`/bin:$PATH +export MANPATH=`brew --prefix`/share/man:$MANPATH + # Useful functions ----------------------------------------------------------- wo() {