Add utility to generate shell completions
This commit is contained in:
parent
5df789c413
commit
a8b0a0e68e
4 changed files with 109 additions and 2 deletions
|
|
@ -109,6 +109,11 @@ if command -v batcat >/dev/null 2>&1 && ! command -v bat >/dev/null 2>&1; then
|
|||
fi
|
||||
|
||||
|
||||
if [ -x "$XDG_BIN_HOME/generate-shell-completions" ]; then
|
||||
QUIET=1 "$XDG_BIN_HOME/generate-shell-completions" || true
|
||||
fi
|
||||
|
||||
|
||||
echo ""
|
||||
echo "The dotfiles were installed successfully (branch: $DOTFILES_BRANCH)"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue