Mercurial > ec-dotfiles
changeset 511:ce21ebae61b4
Add /opt/local beforehand in sunos.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sun, 16 Mar 2014 07:50:57 +0000 |
parents | cd97af121309 |
children | 4badd767901e |
files | rc/bashrc |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rc/bashrc Sun Mar 16 07:49:54 2014 +0000 +++ b/rc/bashrc Sun Mar 16 07:50:57 2014 +0000 @@ -117,6 +117,8 @@ [ -d "${i}" ] && PATH="${PATH}:${i}" done [ -d "/opt/csw/gnu" ] && PATH="/opt/csw/gnu:${PATH}" + [ -d "/opt/local/sbin" ] && PATH="/opt/local/sbin:${PATH}" + [ -d "/opt/local/bin" ] && PATH="/opt/local/bin:${PATH}" alias ping="ping -s" alias ping6="ping -A inet6" if command -v ggrep > /dev/null 2>&1; then