Watch
1
0
Fork
You've already forked dotfiles
0

Add utility to generate shell completions

This commit is contained in:
Alexander Hess 2026-08-03 09:36:33 +02:00
commit a8b0a0e68e
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
4 changed files with 109 additions and 2 deletions

View file

@ -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 ""