changeset 512:4badd767901e

Merge from sunos workstation.
author edogawaconan <me@myconan.net>
date Thu, 27 Mar 2014 12:18:19 +0900
parents 142db8fd5246 (current diff) ce21ebae61b4 (diff)
children 9066463340a4
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Mon Mar 17 15:48:39 2014 +0900
+++ b/rc/bashrc	Thu Mar 27 12:18:19 2014 +0900
@@ -117,8 +117,8 @@
       [ -d "${i}" ] && PATH="${PATH}:${i}"
     done
     [ -d "/opt/csw/gnu" ] && PATH="/opt/csw/gnu:${PATH}"
-    # Working terminfo (as opposed to solaris' mostly-broken terminfo).
-    [ -d /opt/local/share/lib/terminfo ] && export TERMINFO=/opt/local/share/lib/terminfo
+    [ -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