# HG changeset patch # User nanaya # Date 1454600522 -32400 # Node ID 3e051a850ecfb4f42ac19a3f7f444186822eeaef # Parent b3c05c6be28d4da610c1a119201d7c1900ba3c24 Support tmux 2.* diff -r b3c05c6be28d -r 3e051a850ecf rc/bashrc --- 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