summarylogtreecommitdiffstats
path: root/forgit.install
AgeCommit message (Collapse)Author
2024-03-01Update to 2403.0sandroid
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.
2023-07-03Add zsh completionssandroid
2023-06-19* Update to 23.06.0sandroid
* Fix broken package * Add completions for bash * Update instructions which files to source * Add dependency git * Add conflicting package forgit * Updated maintainers
2022-11-17initial commitLuis Martinez