From 7fec4c40901c2b47e4e17c1f770230d9ab24ce58 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 12 Jan 2023 20:54:19 +0000 Subject: [PATCH] Update file run_onchange_after_94-bash-it.tmpl --- .../.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl | 1 + 1 file changed, 1 insertion(+) 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 8a0e56ad..a6ca711f 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_94-bash-it.tmpl @@ -11,6 +11,7 @@ fi ### Bash-it completions / plugins if command -v powerline > /dev/null; then + source ~/.bashrc if command -v bash-it > /dev/null; then if [ -n "$BASH_IT" ]; then cd "$BASH_IT" || logg warn "The $BASH_IT directory does not exist"