mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-10 12:03:06 +00:00
fix(scripts): git-profile completion file name
This commit is contained in:
@@ -41,7 +41,7 @@ done
|
|||||||
msg "Installing completions for selected packages"
|
msg "Installing completions for selected packages"
|
||||||
|
|
||||||
have git-profile && {
|
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"
|
&& msg_yay "Installed completions for git-profile"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user