fix(scripts): git-profile completion file name

This commit is contained in:
2023-09-20 09:53:37 +03:00
parent debb79ee09
commit 1c3c04a6f3

View File

@@ -41,7 +41,7 @@ done
msg "Installing completions for selected packages"
have git-profile && {
git-profile completion zsh > "$ZSH_CUSTOM_COMPLETION_PATH/git-profile" \
git-profile completion zsh > "$ZSH_CUSTOM_COMPLETION_PATH/_git-profile" \
&& msg_yay "Installed completions for git-profile"
}