mirror of
1
0
Fork 0

warn users this configuration will soon require tmux >= 2.4

This commit is contained in:
Gregory Pakosz 2019-08-31 16:59:45 +02:00
parent 96007b3464
commit 01c91ba523
1 changed files with 1 additions and 0 deletions

View File

@ -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