summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-12fix(lib): set equivalent LS_COLORS and LSCOLORS variablesMarc Cornellà
As reported by https://geoff.greer.fm/lscolors Fixes #11554
2023-03-10feat(rails): add `rta` alias (#11553)Zhong Zheng
2023-03-08docs(vi-mode): document how to add vi-mode info on the prompt (#11548)Benjamin Lieb
2023-03-07Fixing link to PA website in READMERobby Russell
Was linking to an old URL
2023-03-07feat(vi-mode): add settings for vi-mode cursor styles (#10860)Julien Vincent
2023-03-07fix(init): set completion colors on theme load, not with `precmd`Marc Cornellà
This fixes an edge case where the user actually sets zstyle ':completion:*' list-colors in their zshrc, but the previous code used a precmd hook, which would override the user changes. With this change our modifications will be set in the init script, after the theme loads, so that later changes can affect our defaults. Note that this will not be run for users on plugin managers, as these don't generally run our init script.
2023-03-07feat(aws): add AWS_REGION to aws_prompt_info (#10062)potato
2023-03-07fix(aliases): group properly aliases (#11546)Karim Benbourenane
2023-03-06fix(argocd): typo in filenameCarlo Sala
2023-03-04feat(argocd): add completion pluginCarlo Sala
Co-authored-by: Sumudu Lansakara <sumudu.lansakara@ppro.com> Closes #9900
2023-03-03refactor(theme-and-appearance): reorganize and clean up logic (#11529)Marc Cornellà
Co-authored-by: Andrew Janke <janke@pobox.com> Co-authored-by: Marcelo Parada <marcelo.parada@axoninsight.com> Co-authored-by: Uy Ha <hchanuy@gmail.com> Co-authored-by: Valentin Uveges <valentin.uveges@gmail.com>
2023-03-03fix(lib): use `$BROWSER` in `open_command` if set (#11532)Marc Cornellà
Fixes #11098
2023-03-02docs(brew): remove duplication (#11535)Batuhan Şanlı
2023-03-01feat(rvm): add `rb32` alias (#11533)Julian Suarez
2023-02-27fix(aliases): fix regression in filter argumentMarc Cornellà
2023-02-27fix(aliases): clarify how to pass in keywords to `acs` (#11521)ZYX
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-02-27feat(nodenv): add plugin for `nodenv` (#9880)Carlos Eduardo Monti
Co-authored-by: Matthew Boston <matthew@matthewboston.com>
2023-02-26feat(macos): allow multiple man pages in `man-preview` (#11365)Richard Mitchell
2023-02-26fix(lib): fix case-insensitive completion for zsh 5.9 (#11526)Jannik
2023-02-26fix(gnu-utils): reset ls alias to use GNU-based --color argument (#11527)Marc Cornellà
Fixes #11503
2023-02-24refactor: reorganize setopts in lib folderMarc Cornellà
2023-02-24fix(lib): fix return code after expected non-zero exit code (#11524)Marc Cornellà
Fixes #11524
2023-02-24feat(iterm2): add shell integration script (#11509)Zoltán Reegn
2023-02-23fix(azure): load completion properly for brew (#11499)Carlo Sala
Closes #11497
2023-02-23fix(af-magic): fix logic for separator with virtualenv (#11518)WaferJay
2023-02-22fix(theme-and-appearance): avoid infinite recursionCarlo Sala
2023-02-22feat(marked): remove unnecessary code冯不游
2023-02-22feat(marktext): add plugin冯不游
Closes #11507
2023-02-22feat(extract): support `obscpio` format (#11511)Filippo Bonazzi
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-02-21feat(terraform): add `tfc` alias (#10815)rohitbahekar
2023-02-21fix(terraform): go back to zsh custom completionCarlo Sala
Revert fcbfdf42de702d55174fe2b19142ba232289671e
2023-02-20feat(git): add aliases for gone branches (#9250)Francesco Ilario
Closes #8457 Closes #9973
2023-02-17feat(git): add `gpod` aliasguenthgr
Closes #11501
2023-02-17chore: add `.idea` directory to `.gitignore`Carlo Sala
2023-02-17fix(gcloud): add location of latest snap install (#11502)Juan Antonio Ramírez
Latest snap installs gcloud at /snap/google-cloud-cli, so add that to the list of possible locations.
2023-02-16fix(theme-and-appearance): test color ls with $ZSH directoryCarlo Sala
Fixes #11500
2023-02-15fix(correction)!: remove aliases for non standard commandsRichard Mitchell
BREAKING CHANGE: This commit removes aliases for some commands that previously were not being autocorrected. If you are using autocorrection, please check it.
2023-02-14fix(af-magic): fix python venv checking logic (#11495)shelfofclub
2023-02-12docs(lib/directories): comment how to disable alias (#11489)Richard Mitchell
2023-02-12docs(lando): php support (#11491)Ruben van Erk
2023-02-12fix(fzf): installation dir for brew M1 (#11490)GrandZhuo
2023-02-11fix(gradle): move compdef line (#11488)Bartek Pacia
2023-02-09feat(amuse): add virtualenv support (#8987)Samyak Sarnayak
Fixes #7766 Closes #8814
2023-02-09feat(gradle): update completion from upstream (#11485)Bartek Pacia
2023-02-08fix(git): `gpristine` requires two `--force` flagsCarlo Sala
Fixes #11483
2023-02-07docs(git): remove duplicated lineCarlo Sala
2023-02-07feat(azure): add `azure` plugin (#8848)Julien Rottenberg
Co-authored-by: hagridaaron <hagridaaron@gmail.com> Co-authored-by: Terry <tmoschou@gmail.com> Closes #8847
2023-02-06feat(zsh-interactive-cd): sync version with upstream (#11024)Andrew Stone
2023-02-06feat(git)!: add `force-if-includes` flag (#11481)Unnit Metaliya
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11388 BREAKING CHANGE: `gpf` and `gpsupf` now have the `--force-if-includes` flag if git version is greater than 2.30. It will make force pushes more safer. See https://stackoverflow.com/questions/65837109/when-should-i-use-git-push-force-if-includes
2023-02-05feat(extract): add `zpaq` support (#11478)david