diff --git a/scripts/helpers.sh b/scripts/helpers.sh index 774f7aa..66beeec 100644 --- a/scripts/helpers.sh +++ b/scripts/helpers.sh @@ -174,7 +174,7 @@ clipboard_copy_command() { } # Cache the TMUX version for speed. -tmux_version="$(tmux -V | cut -d ' ' -f 2)" +tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//')" tmux_is_at_least() { if [[ $tmux_version == "$1" ]] || [[ $tmux_version == master ]]; then