Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | feat(brew): autoconfigure completions (#11152) | Oleg Voronkovich | |
2023-06-07 | feat(nvm): add `npx` to lazy trigger list | Carlo Sala | |
Closes #11740 | |||
2023-06-05 | feat(git): add `gunwipall` function (#11725) | Ihor | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-06-05 | fix(autoenv): typo | Carlo Sala | |
2023-06-05 | feat(autoenv): macOS compatibility, add more dirs (#11724) | Diego Costa R | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-05-31 | fix(gcloud): update AUR default location (#11718) | William Snyders | |
2023-05-26 | perf(git): improve `gunwip` alias (#11714) | Tom D | |
2023-05-25 | feat(archlinux): optimize `paclist` and `pacdisowned` (#11398) | WH-2099 | |
Co-authored-by: ratijas <me@ratijas.tk> | |||
2023-05-21 | feat(extract): add support for `.zlib` and `.exe` files (#11085) | Marc Cornellà | |
Fixes #11085 | |||
2023-05-21 | fix(extract): fix extract dir naming conflicts | Marc Cornellà | |
Fixes #11642 | |||
2023-05-15 | docs(pyenv): warn about pyenv init (#11692) | Joe | |
2023-05-12 | fix(aws): use the correct variable to assert region is defined (#11691) | ZYX | |
2023-05-06 | fix(aws): correct access key disable command (#11671) | Mark Keisler | |
2023-05-03 | feat(deno): add `dru` alias for `--unstable` (#11667) | kang | |
2023-05-02 | feat(rake-fast): show task descriptions in autocomplete (#11653) | Oleg Grigoriev | |
2023-04-28 | feat(z): update to latest upstream version | Bas Nijholt | |
Mirror of https://github.com/agkozak/zsh-z/commit/6bfe418332866d15373392164df11b4fbec2083f Closes #11652 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-04-27 | chore(azure): fix typo | Carlo Sala | |
2023-04-27 | fix(azure): recognize properly linuxbrew | Carlo Sala | |
Closes #11644 | |||
2023-04-27 | fix(aws): set properly set divider to space | Idan Fishman | |
Closes #11649 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-04-21 | feat(dbt): create plugin (#11635) | Miguel Sempere | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-04-21 | feat(starship): create plugin (#10947) | Andrew Xie | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-04-20 | feat(npm): add `npmrd` alias (#11627) | Nathanial Spearing | |
2023-04-20 | fix(dirhistory): run properly if `ksh_arrays` is set (#11630) | Erin Schlarb | |
2023-04-19 | feat(aws): allow more customisation in prompt function (#11619) | Roeniss Moon | |
2023-04-18 | feat(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-16 | feat(pipenv): add pupd alias (#11616) | Eddie Romanov | |
2023-04-11 | docs(ssh-agent): macOS and p10k advices (#11612) | Josh McKinney | |
2023-04-09 | feat(archlinux): improve update function messages (#11608) | deimosian | |
2023-04-09 | fix(archlinux): keyring update function (#11607) | deimosian | |
2023-04-08 | feat(git): add merge squash alias (`gms`) (#10937) | Aleks | |
2023-04-08 | fix(azure): look properly for azure config file | Carlo Sala | |
Closes #11606 | |||
2023-04-07 | feat(archlinux): unify `upgrade` function (#11597) | deimosian | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-04-07 | fix(jump): even spacing between marks (#11601) | Alexander Huynh | |
2023-04-06 | fix(extract): fix conflict if compressed file has a folder of the same name | Marc 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-06 | feat(toolbox)!: rename and add aliases (#11580) | François M | |
2023-04-04 | feat(term_tab): add support for macOS (#11391) | Richard Mitchell | |
2023-04-02 | fix(extract): safely remove extract directory | Marc Cornellà | |
The previous code would remove the extract directory if the command failed. This could be bad because we're not checking if the extract directory already existed (since we're using `mkdir -p`), so it could be possible that the extract operation failed, and we'd be removing a directory that already existed and had files in it. This change only removes the directory if there are no files in it, regardless of whether the extract operation was successful or not. This is much safer. | |||
2023-04-02 | feat(extract): always extract files into its own folder (#11596) | Marc Cornellà | |
2023-04-02 | fix(vi-mode): fix cursor change on visual mode (#11586) | Marc Cornellà | |
Fixes #11586 | |||
2023-04-02 | docs(spotify): fix link (#11593) | Saverio Guzzo | |
2023-03-31 | fix(vi-mode): fix check for prompt redisplay on mode change (#11547) | Marc Cornellà | |
2023-03-28 | fix(aws): restore accidentally deleted variable | Carlo Sala | |
Closes #11589 | |||
2023-03-23 | feat(juju): add functions to get current controller and model (#11572) | Jose C. Massón | |
2023-03-21 | fix(aws): do not print region if it's not defined | Carlo Sala | |
Closes #11568 Closes #11570 | |||
2023-03-21 | feat(aws): set region when AWS_REGION is not set | Yu Xiang Zhang | |
2023-03-20 | feat(gnu-utils): add `gindent` (#11569) | vladislav doster | |
2023-03-10 | feat(rails): add `rta` alias (#11553) | Zhong Zheng | |
2023-03-08 | docs(vi-mode): document how to add vi-mode info on the prompt (#11548) | Benjamin Lieb | |
2023-03-07 | feat(vi-mode): add settings for vi-mode cursor styles (#10860) | Julien Vincent | |
2023-03-07 | feat(aws): add AWS_REGION to aws_prompt_info (#10062) | potato | |