Mercurial > ec-dotfiles
comparison rc/bash @ 265:20ff9a9d11f0
tmux terminal for Solaris.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Thu, 24 Nov 2011 13:28:13 +0700 |
parents | c6c322c57e0e |
children | feab84a8efdb |
comparison
equal
deleted
inserted
replaced
264:c6c322c57e0e | 265:20ff9a9d11f0 |
---|---|
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 # Hello tmux. Perhaps one day we'll have title with dtterm. | |
61 # But for now we work this around by prepending tmux call with xtermc. | |
62 alias tmux="TERM=xtermc tmux" | |
60 [ -f "/usr/share/lib/terminfo/?/${TERM}" ] || export TERM=dtterm | 63 [ -f "/usr/share/lib/terminfo/?/${TERM}" ] || export TERM=dtterm |
61 ;; | 64 ;; |
62 FreeBSD) | 65 FreeBSD) |
63 _has_rm_I=y | 66 _has_rm_I=y |
64 export CLICOLOR= | 67 export CLICOLOR= |