Mercurial > ec-dotfiles
changeset 460:95fc26810152
Add macports path.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 04 Mar 2013 13:36:59 +0900 |
parents | 7d4b2c464824 |
children | 012baf74024c |
files | rc/bashrc |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bashrc Mon Feb 18 12:26:11 2013 +0900 +++ b/rc/bashrc Mon Mar 04 13:36:59 2013 +0900 @@ -26,6 +26,12 @@ PATH="${PATH}:/usr/pkg/java/openjdk7/bin" fi fi + +# MacPorts +if test -d /opt/local; then + PATH="${PATH}:/opt/local/bin:/opt/local/sbin" +fi + # OpenBSD X11 test -d /usr/X11R6/bin && PATH="${PATH}:/usr/X11R6/bin" # PostgreSQL Yum