summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools/zsh-navigation-tools.plugin.zsh
AgeCommit message (Collapse)Author
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
2021-12-24feat(zsh-navigation-tools)!: update to zdharma-continuum fork (#10402)Philipp Schmitt
BREAKING CHANGE: the `zsh-navigation-tools` plugin now bundles the version from the zdharma-continuum project, which republished the projects that psprint deleted (we don't yet know yet why). In theory this change doesn't break anything, but be aware of the change and that the upstream repository now lives somewhere else. Source: https://github.com/zdharma-continuum/zsh-navigation-tools/commit/67b24e1
2020-05-16zsh-navigation-tools: update to 5937e57eMarc Cornellà
Fixes #8476
2018-09-15misc: remove execution permission from various filesMarc Cornellà
2016-11-02znt: Update to v2.2.7 (#5576)psprint
2016-05-16znt: update to v2.1.15Sebastian Gniazdowski
2016-04-20Don't leave positional parameters being setSebastian Gniazdowski
2015-11-01Initial commit of Zsh Navigation ToolsSebastian Gniazdowski