summaryrefslogtreecommitdiff
path: root/plugins/z/z.plugin.zsh
AgeCommit message (Collapse)Author
2022-10-18feat(z): replace `rupa/z` with `agkozak/zsh-z` (#11236)Carlo
2021-12-28chore: fix comment bulk replaceMarc Cornellà
2021-12-28refactor: handle `$0` according to the Zsh plugin standard (#10518)Curtis Rueden
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518
2015-11-27z plugin: fix loading from custom locationAndrew Janke
The old implementation would attempt to load both the default and custom implementations, with the custom one coming first, so it would get clobbered by the default version.
2013-04-03ohmyzsh plugin of the z project: https://github.com/rupa/zMarko Bauhardt