From 01c91ba5231eb2e7b32cc2f47ac9022efae87962 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sat, 31 Aug 2019 16:59:45 +0200 Subject: [PATCH] warn users this configuration will soon require tmux >= 2.4 --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index c93098d..6d46f09 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -168,6 +168,7 @@ if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local' # -- 8< ------------------------------------------------------------------------ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' +run -b '[ -z "#{session_id}" ] && [ -z "#{version}" ] && tmux set display-time 3000 \; display "This configuration will soon require tmux >= 2.4" \; set -u display-time || true' # EOF