summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2023-06-29fix(docker): add static completion scriptCarlo Sala
2023-06-26fix(git): remove color codes from some aliases (#11770)Devraj Mehta
2023-06-26docs(git-extras): clarify readme (#11776)Richard Mitchell
2023-06-26fix(gcloud): add support for `brew` installations (#11772)Gustavo Perdomo
2023-06-20fix(docker): use `command docker` (#11766)Haltarys
2023-06-20fix(nvm): disable lazy-loading if autoload is setCarlo Sala
Closes #11748
2023-06-20feat(nvm)!: remove soft-deprecated codeCarlo Sala
BREAKING CHANGE: $NVM_LAZY, $NVM_LAZY_CMD, AND $NVM_AUTOLOAD cannot be used anymore to tweak nvm plugin. Use zstyle-based configurations instead.
2023-06-20feat(git-extras): update completion (2023-06-19 3a258cb)kang
Closes #11712
2023-06-19perf(archlinux): improve `paclist` performance (#11764)WH-2099
2023-06-17fix(git): `gunwipall` now only resets once (#11758)Ihor
Closes #11750 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-06-16fix(mvn)!: rename `mvnd` to `mvndp` alias (#11756)rfigueroa
BREAKING CHANGE: Rename alias to prevent conflicts with Apache Maven Daemon.
2023-06-15fix(docker): only generate completion for docker >23 (#11754)Carlo Sala
2023-06-15feat(docker): generate completion functionCarlo Sala
Closes #10825 Closes #10912 Closes #11751
2023-06-15feat(rails): add some aliases (#11739)Josh Powell
2023-06-15feat(brew): autoconfigure completions (#11152)Oleg Voronkovich
2023-06-07feat(nvm): add `npx` to lazy trigger listCarlo Sala
Closes #11740
2023-06-05feat(git): add `gunwipall` function (#11725)Ihor
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-06-05fix(autoenv): typoCarlo Sala
2023-06-05feat(autoenv): macOS compatibility, add more dirs (#11724)Diego Costa R
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-05-31fix(gcloud): update AUR default location (#11718)William Snyders
2023-05-26perf(git): improve `gunwip` alias (#11714)Tom D
2023-05-25feat(archlinux): optimize `paclist` and `pacdisowned` (#11398)WH-2099
Co-authored-by: ratijas <me@ratijas.tk>
2023-05-21feat(extract): add support for `.zlib` and `.exe` files (#11085)Marc Cornellà
Fixes #11085
2023-05-21fix(extract): fix extract dir naming conflictsMarc Cornellà
Fixes #11642
2023-05-15docs(pyenv): warn about pyenv init (#11692)Joe
2023-05-12fix(aws): use the correct variable to assert region is defined (#11691)ZYX
2023-05-06fix(aws): correct access key disable command (#11671)Mark Keisler
2023-05-03feat(deno): add `dru` alias for `--unstable` (#11667)kang
2023-05-02feat(rake-fast): show task descriptions in autocomplete (#11653)Oleg Grigoriev
2023-04-28feat(z): update to latest upstream versionBas Nijholt
Mirror of https://github.com/agkozak/zsh-z/commit/6bfe418332866d15373392164df11b4fbec2083f Closes #11652 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-27chore(azure): fix typoCarlo Sala
2023-04-27fix(azure): recognize properly linuxbrewCarlo Sala
Closes #11644
2023-04-27fix(aws): set properly set divider to spaceIdan Fishman
Closes #11649 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-21feat(dbt): create plugin (#11635)Miguel Sempere
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-21feat(starship): create plugin (#10947)Andrew Xie
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-20feat(npm): add `npmrd` alias (#11627)Nathanial Spearing
2023-04-20fix(dirhistory): run properly if `ksh_arrays` is set (#11630)Erin Schlarb
2023-04-19feat(aws): allow more customisation in prompt function (#11619)Roeniss Moon
2023-04-18feat(aws)!: improve `aws_change_access_key` (#11378)Mark Keisler
BREAKING CHANGE: This commit removes compatibility for `aws` cli v1. Now only v2 is supported.
2023-04-16feat(pipenv): add pupd alias (#11616)Eddie Romanov
2023-04-11docs(ssh-agent): macOS and p10k advices (#11612)Josh McKinney
2023-04-09feat(archlinux): improve update function messages (#11608)deimosian
2023-04-09fix(archlinux): keyring update function (#11607)deimosian
2023-04-08feat(git): add merge squash alias (`gms`) (#10937)Aleks
2023-04-08fix(azure): look properly for azure config fileCarlo Sala
Closes #11606
2023-04-07feat(archlinux): unify `upgrade` function (#11597)deimosian
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-04-07fix(jump): even spacing between marks (#11601)Alexander Huynh
2023-04-06fix(extract): fix conflict if compressed file has a folder of the same nameMarc Cornellà
This change fixes the case where the compressed file (e.g. tools.tgz) only contains a folder with the same name (e.g. tools) in its root folder. tools.tgz: |- tools |- fileA.txt |- fileB.txt \- fileC.txt In that case, the "smart" folder creation mechanism will extract the files in a folder "tools", and this extraction folder will contain a single folder with the same name. Before this fix, the tool would try to move out the inside folder to the parent one, but there would already be a folder named "tools", so it would generate a conflict. This change first renames the inside folder to a random string, and only then it is moved outside and the old extraction folder is deleted.
2023-04-06feat(toolbox)!: rename and add aliases (#11580)François M
2023-04-04feat(term_tab): add support for macOS (#11391)Richard Mitchell