Commit graph

9 commits

Author SHA1 Message Date
joél hawkins torres
c8e962d5bf
fix(yarn): fix yarn completion bug if 'cd' alias exists
This simply replaces all instances of 'cd' with 'builtin cd' in the yarn completion definition.

e.g. cd is redefined to ls new directory
```shell
cd () {
	builtin cd "$@"
	ls -G -laFhTG
}
```
this will cause an infinite loop when user invokes `yarn <tab>`

Signed-off-by: joél hawkins torres <joel@joel.fm>
2024-04-10 17:57:34 -07:00
Lukas Elmer
da3b8fcb6a
fix(yarn): output completion entries in UTF-8 (#11955) 2023-10-11 18:06:22 +02:00
Carlo Sala
93cea53618
fix(yarn): update completion (#10579)
Fixes #10578
2022-01-12 12:19:34 +01:00
Carlo Sala
98a916b2cf
feat(yarn): upgrade completion to latest version (#10516) 2021-12-23 19:45:28 +01:00
Josh Soref
0e41181d54
chore: fix spelling errors across the project (#10459)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-12-01 12:20:31 +01:00
Marc Cornellà
5dbb30342e
feat(yarn): update completion from zsh-completions (73505e4)
Fixes #10195
2021-10-04 12:45:59 +02:00
Marc Cornellà
ce298d090b yarn: use zsh-completions latest version (493984e) 2020-01-19 13:39:18 +01:00
Marc Cornellà
c9841f43b1 yarn: use zsh-completions latest version (87e1313)
Closes #7300
Closes #8115
Closes #8118
2019-10-09 15:12:00 +02:00
Marc Cornellà
1a657c6c4d yarn: use zsh-completions completion (ff73f40)
Version: ff73f40 (2018-05-02)

Fixes #5859
Fixes #5878
Fixes #5983
Fixes #6013
2018-07-11 21:42:31 +02:00