We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9d2971 + f817727 commit 5b09bd9Copy full SHA for 5b09bd9
scripts/helpers.sh
@@ -48,7 +48,7 @@ get_engine() {
48
tmux show-options -g | grep -i "^@open-$engine_var" | cut -d ' ' -f2 | xargs
49
}
50
51
-tmux_version="$(tmux -V | cut -d ' ' -f 2)"
+tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//'))"
52
tmux-is-at-least() {
53
if [[ $tmux_version == $1 ]]
54
then
0 commit comments