Update file run_onchange_after_80-bash-completions.tmpl
This commit is contained in:
parent
7c949d2559
commit
0570603dda
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue