Mercurial > ec-dotfiles
diff rc/bashrc @ 335:4d3288c19e91
Merge~
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 19 Mar 2012 12:54:41 +0700 |
parents | rc/bash@aeb51856e281 rc/bash@db66d53e10ea |
children | 4a37643931c4 |
line wrap: on
line diff
--- a/rc/bashrc Mon Mar 19 12:52:12 2012 +0700 +++ b/rc/bashrc Mon Mar 19 12:54:41 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