Mercurial > ec-dotfiles
diff rc/bashrc @ 590:756cfd9f5bc8
Add tmux 2.2+ config
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 24 Jul 2016 22:41:54 +0900 |
parents | 394f19c180a2 |
children | 23e326f74bfd |
line wrap: on
line diff
--- a/rc/bashrc Thu Jul 07 15:59:06 2016 +0900 +++ b/rc/bashrc Sun Jul 24 22:41:54 2016 +0900 @@ -293,7 +293,8 @@ ;; *) case "$(tmux -V 2> /dev/null)" in - "tmux 1."[1-9][0-9][0-9]*|"tmux 1.9"*|"tmux 2."*) _tmux_conf_ver=1.9;; + "tmux 2."[2-9]|"tmux 2."[1-9][0-9][0-9]*) _tmux_conf_ver=2.2;; + "tmux 1.9"|"tmux 1."[1-9][0-9][0-9]*|"tmux 2."[0-1]) _tmux_conf_ver=1.9;; "tmux 1."[4-8]) _tmux_conf_ver=1.4;; *) _tmux_conf_ver=1.3;; esac