Merge remote-tracking branch 't6/patch-freebsd-tmux'
This commit is contained in:
commit
095ccfedb4
|
@ -4,8 +4,8 @@
|
||||||
hook global KakBegin .* %{
|
hook global KakBegin .* %{
|
||||||
%sh{
|
%sh{
|
||||||
if [ -n "$TMUX" ]; then
|
if [ -n "$TMUX" ]; then
|
||||||
VERSION_TMUX=$(tmux -V)
|
VERSION_TMUX=$(tmux -V | cut -d' ' -f2)
|
||||||
VERSION_TMUX=$(expr "${VERSION_TMUX}" : 'tmux \([0-9]*\|master\)')
|
VERSION_TMUX=${VERSION_TMUX%%.*}
|
||||||
|
|
||||||
if [ "${VERSION_TMUX}" = "master" ] \
|
if [ "${VERSION_TMUX}" = "master" ] \
|
||||||
|| [ "${VERSION_TMUX}" -ge 2 ]; then
|
|| [ "${VERSION_TMUX}" -ge 2 ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user