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 }}