|
The completion definitions for zsh that were previously installed to
/usr/share/zsh/plugins/forgit/completions/git-forgit.zsh and had to be be
sourced manually on shell startup are now included in
/usr/share/zsh/plugins/forgit/forgit.plugin.zsh, 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.
|