We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648005d commit 0780e4dCopy full SHA for 0780e4d
scripts/helpers.sh
@@ -174,7 +174,7 @@ clipboard_copy_command() {
174
}
175
176
# Cache the TMUX version for speed.
177
-tmux_version="$(tmux -V | cut -d ' ' -f 2)"
+tmux_version="$(tmux -V | cut -d ' ' -f 2 | sed 's/next-//')"
178
179
tmux_is_at_least() {
180
if [[ $tmux_version == "$1" ]] || [[ $tmux_version == master ]]; then
0 commit comments