Mercurial > ec-dotfiles
comparison rc/bash @ 262:9481aac47ac5
Always use dtterm for Solaris if no relevant TERM found (usually missing screen or xterm-256color).
| author | Edho Arief <edho@myconan.net> | 
|---|---|
| date | Thu, 24 Nov 2011 11:27:10 +0700 | 
| parents | 00ecebc73c73 | 
| children | c6c322c57e0e | 
   comparison
  equal
  deleted
  inserted
  replaced
| 261:00ecebc73c73 | 262:9481aac47ac5 | 
|---|---|
| 55 for i in /usr/{sfw,xpg4}/bin; do | 55 for i in /usr/{sfw,xpg4}/bin; do | 
| 56 [ -d "${i}" ] && PATH="${PATH}:${i}" | 56 [ -d "${i}" ] && PATH="${PATH}:${i}" | 
| 57 done | 57 done | 
| 58 alias ping="ping -s" | 58 alias ping="ping -s" | 
| 59 alias ping6="ping -A inet6" | 59 alias ping6="ping -A inet6" | 
| 60 [ -f "/usr/share/lib/terminfo/?/${TERM}" ] || export TERM=dtterm | |
| 60 ;; | 61 ;; | 
| 61 FreeBSD) | 62 FreeBSD) | 
| 62 _has_rm_I=y | 63 _has_rm_I=y | 
| 63 export CLICOLOR= | 64 export CLICOLOR= | 
| 64 export LSCOLORS=ExGxFxdxCxegedabagExEx | 65 export LSCOLORS=ExGxFxdxCxegedabagExEx | 
