comparison rc/bashrc @ 653:1fb1c9cd3755

Remove incorrect wildcard
author nanaya <me@nanaya.pro>
date Fri, 23 Apr 2021 13:03:29 +0900
parents 9c0a70dd9ead
children 4c30afd0451f
comparison
equal deleted inserted replaced
652:9c0a70dd9ead 653:1fb1c9cd3755
299 ;; 299 ;;
300 esac 300 esac
301 ;; 301 ;;
302 *) 302 *)
303 case "$(tmux -V 2> /dev/null)" in 303 case "$(tmux -V 2> /dev/null)" in
304 "tmux 2.9"|"tmux 2.9"[a-z]*|"tmux "[3-9].[0-9]|"tmux "[3-9].[0-9][a-z]|"tmux "[1-9][0-9].[0-9]|"tmux "[1-9][0-9].[0-9][a-z]) _tmux_conf_ver=2.9;; 304 "tmux 2.9"|"tmux 2.9"[a-z]|"tmux "[3-9].[0-9]|"tmux "[3-9].[0-9][a-z]|"tmux "[1-9][0-9].[0-9]|"tmux "[1-9][0-9].[0-9][a-z]) _tmux_conf_ver=2.9;;
305 "tmux 2."[2-8]) _tmux_conf_ver=2.2;; 305 "tmux 2."[2-8]) _tmux_conf_ver=2.2;;
306 "tmux 1.9"|"tmux 2."[0-1]) _tmux_conf_ver=1.9;; 306 "tmux 1.9"|"tmux 2."[0-1]) _tmux_conf_ver=1.9;;
307 "tmux 1."[4-8]) _tmux_conf_ver=1.4;; 307 "tmux 1."[4-8]) _tmux_conf_ver=1.4;;
308 *) _tmux_conf_ver=1.3;; 308 *) _tmux_conf_ver=1.3;;
309 esac 309 esac