comparison rc/bashrc @ 591:23e326f74bfd

tmux point version only goes up to 9
author nanaya <me@myconan.net>
date Sun, 24 Jul 2016 22:44:58 +0900
parents 756cfd9f5bc8
children 902e74024e54
comparison
equal deleted inserted replaced
590:756cfd9f5bc8 591:23e326f74bfd
291 # FIXME: OpenBSD version check 291 # FIXME: OpenBSD version check
292 _tmux_conf_ver=1.9 292 _tmux_conf_ver=1.9
293 ;; 293 ;;
294 *) 294 *)
295 case "$(tmux -V 2> /dev/null)" in 295 case "$(tmux -V 2> /dev/null)" in
296 "tmux 2."[2-9]|"tmux 2."[1-9][0-9][0-9]*) _tmux_conf_ver=2.2;; 296 "tmux 2."[2-9]|"tmux "[3-9]"."[0-9]|"tmux "[1-9][0-9][0.9]*"."[0-9]) _tmux_conf_ver=2.2;;
297 "tmux 1.9"|"tmux 1."[1-9][0-9][0-9]*|"tmux 2."[0-1]) _tmux_conf_ver=1.9;; 297 "tmux 1.9"|"tmux 2."[0-1]) _tmux_conf_ver=1.9;;
298 "tmux 1."[4-8]) _tmux_conf_ver=1.4;; 298 "tmux 1."[4-8]) _tmux_conf_ver=1.4;;
299 *) _tmux_conf_ver=1.3;; 299 *) _tmux_conf_ver=1.3;;
300 esac 300 esac
301 ;; 301 ;;
302 esac 302 esac