comparison rc/bashrc @ 512:4badd767901e

Merge from sunos workstation.
author edogawaconan <me@myconan.net>
date Thu, 27 Mar 2014 12:18:19 +0900
parents ce21ebae61b4
children 13deb0e1a2cc
comparison
equal deleted inserted replaced
509:142db8fd5246 512:4badd767901e
115 done 115 done
116 for i in /usr/{sfw,xpg4}/bin; do 116 for i in /usr/{sfw,xpg4}/bin; do
117 [ -d "${i}" ] && PATH="${PATH}:${i}" 117 [ -d "${i}" ] && PATH="${PATH}:${i}"
118 done 118 done
119 [ -d "/opt/csw/gnu" ] && PATH="/opt/csw/gnu:${PATH}" 119 [ -d "/opt/csw/gnu" ] && PATH="/opt/csw/gnu:${PATH}"
120 # Working terminfo (as opposed to solaris' mostly-broken terminfo). 120 [ -d "/opt/local/sbin" ] && PATH="/opt/local/sbin:${PATH}"
121 [ -d /opt/local/share/lib/terminfo ] && export TERMINFO=/opt/local/share/lib/terminfo 121 [ -d "/opt/local/bin" ] && PATH="/opt/local/bin:${PATH}"
122 alias ping="ping -s" 122 alias ping="ping -s"
123 alias ping6="ping -A inet6" 123 alias ping6="ping -A inet6"
124 if command -v ggrep > /dev/null 2>&1; then 124 if command -v ggrep > /dev/null 2>&1; then
125 _has_gnu_grep=y 125 _has_gnu_grep=y
126 _grep="ggrep" 126 _grep="ggrep"