diff --git a/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl b/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl index 4f9b362f..8248ee09 100644 --- a/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl +++ b/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl @@ -8,6 +8,10 @@ logg 'Updating the `~/.local/share/bash-completion/completions` folder based on the installed applications' +if [ "$DEBUG_MODE" == 'true' ]; then + set +x +fi + ### Initialize COMPLETION_DIR="$HOME/.local/share/bash-completion/completions" mkdir -p "$COMPLETION_DIR"