changeset 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
files rc/bash
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)