From 3cb1ef26fffdf7874e42df8b060f7ebcb0ecdc38 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 27 Mar 2023 07:03:32 +0000 Subject: [PATCH] Update 2 files - /home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl - /home/.chezmoiscripts/universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl --- .../universal/run_onchange_after_94-bash-it.tmpl | 1 + .../universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl index a54f3eaa..5aff3f58 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl @@ -21,6 +21,7 @@ if command -v powerline > /dev/null && [ -f "$HOME/.bashrc" ]; then yes | bash-it enable completion defaults dirs docker docker-compose export git makefile ng npm ssh system vagrant logg info 'Enabling bash-it plugins' yes | bash-it enable plugin base blesh browser cht-sh dirs gitstatus powerline sudo xterm + logg info 'Finished enabling bash-it functions' else logg warn 'The BASH_IT variable needs to be defined' fi diff --git a/home/.chezmoiscripts/universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl index 0fdd9f58..74f069d2 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_95-bootstrap-zsh-plugins.tmpl @@ -8,7 +8,7 @@ ### Initialize ZSH so plugin bootstrap process is done ahead of time if command -v zsh > /dev/null; then - # logg 'Bootstrapping ZSH plugin system' + logg info 'Bootstrapping ZSH by running `exec zsh && exit 0`' exec zsh && exit 0 fi {{ end }}