Update to rawhide and fix broken configs

This commit is contained in:
viktorbarzin 2020-03-12 14:21:14 +00:00
parent 27d62639c4
commit 16e496df5e
4 changed files with 57 additions and 10 deletions

View file

@ -162,13 +162,14 @@ bind P choose-buffer # choose which buffer to paste from
# -- user defined overrides ----------------------------------------------------
if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'
# 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'
# 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