fix(shell): updated completions settings

This commit is contained in:
2023-08-10 09:32:25 +03:00
parent 49362fcc9d
commit a3acd654f2
4 changed files with 202 additions and 10 deletions

View File

@@ -36,4 +36,11 @@ for pkg in "${packages[@]}"; do
echo ""
done
msg "Installing completions for selected packages"
have git-profile && {
git-profile completion zsh > "$ZSH_CUSTOM_COMPLETION_PATH/git-profile" \
&& msg_yay "Installed completions for git-profile"
}
msg_ok "Done"