From 0570603dda74ff9770116b8a37848fe4d930c02a Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 25 Jan 2023 03:41:05 +0000 Subject: [PATCH] Update file run_onchange_after_80-bash-completions.tmpl --- .../universal/run_onchange_after_80-bash-completions.tmpl | 4 ++++ 1 file changed, 4 insertions(+) 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"