changeset 582:3e051a850ecf

Support tmux 2.*
author nanaya <me@myconan.net>
date Fri, 05 Feb 2016 00:42:02 +0900
parents b3c05c6be28d
children 0d928126fcf6
files rc/bashrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rc/bashrc	Thu Feb 04 23:24:20 2016 +0900
+++ b/rc/bashrc	Fri Feb 05 00:42:02 2016 +0900
@@ -284,7 +284,7 @@
   ;;
   *)
     case "$(tmux -V 2> /dev/null)" in
-    "tmux 1."[1-9][0-9][0-9]*|"tmux 1.9"*|"tmux 2.0"*) _tmux_conf_ver=1.9;;
+    "tmux 1."[1-9][0-9][0-9]*|"tmux 1.9"*|"tmux 2."*) _tmux_conf_ver=1.9;;
     "tmux 1."[4-8]) _tmux_conf_ver=1.4;;
     *) _tmux_conf_ver=1.3;;
     esac