From 5447e9fbf5b95d07ac7d8e5e3754a9789497d79a Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 28 Jul 2019 16:10:41 +0200 Subject: [PATCH] made theme settings apply in background to speed up startup time --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index c348ebe..24f130f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1230,10 +1230,11 @@ run -b '[ -z "#{window_active}" ] && [ -z "#{version}" ] && tmux set display-tim # fi # # _apply_overrides -# _apply_bindings -# _apply_theme +# _apply_theme& +# _apply_bindings& # # shellcheck disable=SC2046 # tmux setenv -gu tmux_conf_dummy $(printenv | grep -E -o '^tmux_conf_[^=]+' | awk '{printf "; setenv -gu %s", $0}') +# wait # } # # _urlview() {