add debug
This commit is contained in:
parent
572f73fd2e
commit
1ec4e954c6
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ EOF
|
|||
. "${XDG_CONFIG_HOME:-$HOME/.config}/bash_completion"
|
||||
if shopt -q progcomp && [ -r /usr/share/bash-completion/bash_completion ]; then
|
||||
# Source completion code.
|
||||
echo "Source bash-completion"
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue