summaryrefslogtreecommitdiff
path: root/plugins/ag/_ag
AgeCommit message (Collapse)Author
2024-07-23refactor(ag): remove `ag` completion plugin (#12576)Marc Cornellà
BREAKING CHANGE: the `ag` "The Silver Searcher" plugin has been removed, as it only shipped its completion, which is now already included in all the usual package managers.
2021-06-12feat(plugins): Add Ag completion (#3534)Guillermo Alcantara
* Add Ag completion A replacement for ack/grep https://github.com/ggreer/the_silver_searcher * Create README.md As requested in the PR: https://github.com/ohmyzsh/ohmyzsh/pull/3534