# HG changeset patch # User Edho Arief # Date 1322116093 -25200 # Node ID 20ff9a9d11f059e589c4a77cfc1228469ed0cfb9 # Parent c6c322c57e0ee917903662cca7d52c82eae22937 tmux terminal for Solaris. diff -r c6c322c57e0e -r 20ff9a9d11f0 rc/bash --- a/rc/bash Thu Nov 24 12:24:05 2011 +0700 +++ b/rc/bash Thu Nov 24 13:28:13 2011 +0700 @@ -57,6 +57,9 @@ done 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 xtermc. + alias tmux="TERM=xtermc tmux" [ -f "/usr/share/lib/terminfo/?/${TERM}" ] || export TERM=dtterm ;; FreeBSD)