|
The completion definitions for zsh that were previously in completions/git-forgit.zsh and had to be sourced manually on shell startup were moved into completions/_git-forgit, where they are handled automatically by compinit on shell startup. Sourcing a file to get completions is no longer necessary for zsh users.
If you're having issues after updating, and completions for commands such as forgit::add or aliases like ga aren't working, remove your completions cache (~/.zcompdump) and restart your shell.
|