summaryrefslogtreecommitdiff
path: root/plugins/z
AgeCommit message (Collapse)Author
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
2021-10-06feat(z): update z to latest version (#10267)Ryan Zegray
2020-10-07z: upgrade plugin to the latest version (#9310)Michele Bologna
Commit-id: 125f4dc47e15891739dd8262d5b23077fe8fb9ab https://github.com/rupa/z/commit/125f4dc47e15891739dd8262d5b23077fe8fb9ab
2020-03-11z: add markdown Readme (#8715)Christoph Bachhuber
2019-09-13z: update to latest version (e77e938)Marc Cornellà
Closes #8145 Co-authored-by: GHPS <GHPS@users.noreply.github.com>
2019-02-06z: refresh $RANDOM's value outside subshellMarc Cornellà
This change references `$RANDOM` outside the subshell to refresh it for the next subshell invocation. Otherwise, subsequent runs of the function get the same value and, if run simultaneously, they may clobber each others' temp .z files. This is due to how zsh distributes RANDOM values when running inside a subshell: subshells that reference RANDOM will result in identical pseudo-random values unless the value of RANDOM is referenced or seeded in the parent shell in between subshell invocations See: http://zsh.sourceforge.net/Doc/Release/Parameters.html#index-RANDOM
2018-07-29Update z to latest version (#7021)MarkPochert
2016-12-30 'plugins/z/z.1: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2016-12-30 'plugins/z/README: Solve typos'Patrick José Pereira
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2015-11-27Merge branch 'apjanke-z-allow-custom'Marc Cornellà
Closes #4578
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.
2015-11-04Updated z versionEduardo San Martin Morote
Closes #3248 Closes #4570
2013-04-03ohmyzsh plugin of the z project: https://github.com/rupa/zMarko Bauhardt