wfxr.forgit/completions
Chris Apple 00ed721ece
Consolidate zsh completions in one file (#340)
Moved the completion definitions for zsh that previously were in completions/git-forgit.zsh and had to be sourced manually on shell startup into completions/_git-forgit, where they are automatically handled 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.
Simplified _git-forgit to allow it to be called from within the completion script on the first run of a session.

---------

Co-authored-by: sandr01d <88739791+sandr01d@users.noreply.github.com>
2024-02-09 22:17:22 +01:00
..
_git-forgit Consolidate zsh completions in one file (#340) 2024-02-09 22:17:22 +01:00
git-forgit.bash Add bash completions for forgit functions and aliases (#275) 2023-01-30 17:46:52 +01:00
git-forgit.fish feat(completions): add completion for fish (#344) 2024-02-06 09:27:44 -08:00