From 73d2404cdc0ef6bd7fbc8982edae0b0e2a4dd860 Mon Sep 17 00:00:00 2001 From: Jabir Ali Ouassou Date: Wed, 12 Aug 2020 22:11:18 +0200 Subject: [PATCH] Fix: Erroneous version detection. --- tilish.tmux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilish.tmux b/tilish.tmux index 09374cc..d625001 100755 --- a/tilish.tmux +++ b/tilish.tmux @@ -12,7 +12,7 @@ # Check input parameters {{{ # Whether we need to use legacy workarounds (required before tmux 2.7). - legacy="$(tmux -V | grep -E 'tmux (1\.|2\.[0-6])' &>/dev/null && echo on)" + legacy="$(tmux -V | grep -E 'tmux (1\.|2\.[0-6])')" # Read user options. for opt in default dmenu easymode navigate navigator prefix shiftnum