mirror of
1
0
Fork 0

made theme settings apply in background to speed up startup time

This commit is contained in:
Gregory Pakosz 2019-07-28 16:10:41 +02:00
parent 3676bfc648
commit 5447e9fbf5
1 changed files with 3 additions and 2 deletions

View File

@ -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() {