ohmyzsh[bot]
3f8ea81b89
feat(z): update to cf9225fe ( #13115 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
10 months ago
ohmyzsh[bot]
048e166c9e
feat(z): update to dd94ef04 ( #12862 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
1 year ago
vladislav doster
1d09c6bb0a
style: remove trailing whitespace ( #12303 )
2 years ago
ohmyzsh[bot]
667fdbf774
feat(z): update to version afaf2965 ( #12136 )
...
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com>
2 years ago
Bas Nijholt
2e7a247cab
feat(z): update to latest upstream version
...
Mirror of 6bfe418332
Closes #11652
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
3 years ago
Carlo
7e3231b846
feat(z): replace `rupa/z` with `agkozak/zsh-z` ( #11236 )
3 years ago
Marc Cornellà
c06197ad95
chore: fix comment bulk replace
4 years ago
Curtis Rueden
2d32e9be66
refactor: handle `$0` according to the Zsh plugin standard ( #10518 )
...
For details and rationale, see:
https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html
Closes #10518
4 years ago
Ryan Zegray
7418814677
feat(z): update z to latest version ( #10267 )
5 years ago
Michele Bologna
01ce52e681
z: upgrade plugin to the latest version ( #9310 )
...
Commit-id: 125f4dc47e15891739dd8262d5b23077fe8fb9ab
125f4dc47e
6 years ago
Christoph Bachhuber
ff6d111d79
z: add markdown Readme ( #8715 )
6 years ago
Marc Cornellà
576e0992ca
z: update to latest version (e77e938)
...
Closes #8145
Co-authored-by: GHPS <GHPS@users.noreply.github.com>
7 years ago
Marc Cornellà
052493b1ba
z: refresh $RANDOM's value outside subshell
...
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
7 years ago
MarkPochert
a24a0b1a8e
Update z to latest version ( #7021 )
8 years ago
Patrick José Pereira
c362da8813
'plugins/z/z.1: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Patrick José Pereira
13e327eb7c
'plugins/z/README: Solve typos'
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
9 years ago
Andrew Janke
2205aa42aa
z plugin: fix loading from custom location
...
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.
10 years ago
Eduardo San Martin Morote
d3363964a2
Updated z version
...
Closes #3248
Closes #4570
11 years ago
Marko Bauhardt
e4fb94306a
ohmyzsh plugin of the z project: https://github.com/rupa/z
13 years ago