# HG changeset patch # User Edho Arief # Date 1332095418 -25200 # Node ID 467e26c59d712eadd157dcfc760f2eacfc4111ce # Parent aeb51856e281f1ea6ae22be68544f69d38b635eb# Parent d4c74e246ccb2212cdd9b9de428f2b59e3239bad Merge. diff -r d4c74e246ccb -r 467e26c59d71 rc/bash --- a/rc/bash Mon Mar 19 04:36:45 2012 +0700 +++ b/rc/bash Mon Mar 19 01:30:18 2012 +0700 @@ -56,13 +56,12 @@ for i in /usr/{sfw,xpg4}/bin; do [ -d "${i}" ] && PATH="${PATH}:${i}" done + [ -d "/opt/csw/gnu" ] && PATH="/opt/csw/gnu:${PATH}" alias ping="ping -s" alias ping6="ping -A inet6" # Hello tmux. Perhaps one day we'll have title with dtterm. # But for now we work this around by prepending tmux call with xterm-256color # which hopefully exists. Otherwise we have to live with no title. - [ -f "/usr/share/lib/terminfo/x/xterm-256color" ] && has_xterm256c=y - [ -f "/usr/share/lib/terminfo/s/screen" ] && has_screen=y case "${TERM}" in xterm*) if [ -f "/usr/share/lib/terminfo/x/xterm-256color" ]; then