This commit is contained in:
Charlie 2023-03-04 19:05:00 -08:00 committed by GitHub
commit 8660b8c478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ source "$HELPERS_DIR/tmux_echo_functions.sh"
source "$HELPERS_DIR/tmux_utils.sh" source "$HELPERS_DIR/tmux_utils.sh"
main() { main() {
reload_tmux_environment #reload_tmux_environment #This will cause tmux source-file ~/.tmux.conf twice and almost the same time
"$SCRIPTS_DIR/clean_plugins.sh" --tmux-echo >/dev/null 2>&1 "$SCRIPTS_DIR/clean_plugins.sh" --tmux-echo >/dev/null 2>&1
reload_tmux_environment reload_tmux_environment
end_message end_message

View File

@ -11,7 +11,7 @@ source "$HELPERS_DIR/tmux_echo_functions.sh"
source "$HELPERS_DIR/tmux_utils.sh" source "$HELPERS_DIR/tmux_utils.sh"
main() { main() {
reload_tmux_environment #reload_tmux_environment #This will cause tmux source-file ~/.tmux.conf twice and almost the same time
"$SCRIPTS_DIR/install_plugins.sh" --tmux-echo >/dev/null 2>&1 "$SCRIPTS_DIR/install_plugins.sh" --tmux-echo >/dev/null 2>&1
reload_tmux_environment reload_tmux_environment
end_message end_message

View File

@ -42,7 +42,7 @@ update_plugin_prompt() {
} }
main() { main() {
reload_tmux_environment #reload_tmux_environment #This will cause tmux source-file ~/.tmux.conf twice and almost the same time
display_plugin_update_list display_plugin_update_list
update_plugin_prompt update_plugin_prompt
} }