diff --git a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl index 9d360e13..0b043af3 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_12-install-packages.tmpl @@ -27,8 +27,12 @@ if command -v install-program > /dev/null; then fi if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" + else + logg warn 'No ~/.bashrc file to import before running install-program' fi export LC_ALL="en_US.UTF-8" + logg info 'Printing environment variables for GO' + env | grep GO install-program {{ $softwareList }} # TODO - Figure out how to configure no logs to print to ~/.ansible.log -- should be printing to the value specified in the ansible.cfg rm -rf "$HOME/.ansible.log"