diff --git a/scripts/install-go-packages.sh b/scripts/install-go-packages.sh index 6a4c4c1..641f9c5 100755 --- a/scripts/install-go-packages.sh +++ b/scripts/install-go-packages.sh @@ -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" }