Add utility to generate shell completions
This commit is contained in:
parent
7025c8442d
commit
72b32db2bb
4 changed files with 118 additions and 2 deletions
|
|
@ -118,6 +118,9 @@ if command -v batcat >/dev/null 2>&1 && ! command -v bat >/dev/null 2>&1; then
|
|||
fi
|
||||
|
||||
|
||||
sh "$XDG_BIN_HOME/generate-shell-completions" --quieter
|
||||
|
||||
|
||||
echo ""
|
||||
echo "The dotfiles were installed successfully (branch: $DOTFILES_BRANCH)"
|
||||
echo ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue