Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-26 | fix(lib): fix case-insensitive completion for zsh 5.9 (#11526) | Jannik | |
2023-02-26 | fix(gnu-utils): reset ls alias to use GNU-based --color argument (#11527) | Marc Cornellà | |
Fixes #11503 | |||
2023-02-24 | refactor: reorganize setopts in lib folder | Marc Cornellà | |
2023-02-24 | fix(lib): fix return code after expected non-zero exit code (#11524) | Marc Cornellà | |
Fixes #11524 | |||
2023-02-24 | feat(iterm2): add shell integration script (#11509) | Zoltán Reegn | |
2023-02-23 | fix(azure): load completion properly for brew (#11499) | Carlo Sala | |
Closes #11497 | |||
2023-02-23 | fix(af-magic): fix logic for separator with virtualenv (#11518) | WaferJay | |
2023-02-22 | fix(theme-and-appearance): avoid infinite recursion | Carlo Sala | |
2023-02-22 | feat(marked): remove unnecessary code | 冯不游 | |
2023-02-22 | feat(marktext): add plugin | 冯不游 | |
Closes #11507 | |||
2023-02-22 | feat(extract): support `obscpio` format (#11511) | Filippo Bonazzi | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-02-21 | feat(terraform): add `tfc` alias (#10815) | rohitbahekar | |
2023-02-21 | fix(terraform): go back to zsh custom completion | Carlo Sala | |
Revert fcbfdf42de702d55174fe2b19142ba232289671e | |||
2023-02-20 | feat(git): add aliases for gone branches (#9250) | Francesco Ilario | |
Closes #8457 Closes #9973 | |||
2023-02-17 | feat(git): add `gpod` alias | guenthgr | |
Closes #11501 | |||
2023-02-17 | chore: add `.idea` directory to `.gitignore` | Carlo Sala | |
2023-02-17 | fix(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-16 | fix(theme-and-appearance): test color ls with $ZSH directory | Carlo Sala | |
Fixes #11500 | |||
2023-02-15 | fix(correction)!: remove aliases for non standard commands | Richard 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-14 | fix(af-magic): fix python venv checking logic (#11495) | shelfofclub | |
2023-02-12 | docs(lib/directories): comment how to disable alias (#11489) | Richard Mitchell | |
2023-02-12 | docs(lando): php support (#11491) | Ruben van Erk | |
2023-02-12 | fix(fzf): installation dir for brew M1 (#11490) | GrandZhuo | |
2023-02-11 | fix(gradle): move compdef line (#11488) | Bartek Pacia | |
2023-02-09 | feat(amuse): add virtualenv support (#8987) | Samyak Sarnayak | |
Fixes #7766 Closes #8814 | |||
2023-02-09 | feat(gradle): update completion from upstream (#11485) | Bartek Pacia | |
2023-02-08 | fix(git): `gpristine` requires two `--force` flags | Carlo Sala | |
Fixes #11483 | |||
2023-02-07 | docs(git): remove duplicated line | Carlo Sala | |
2023-02-07 | feat(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-06 | feat(zsh-interactive-cd): sync version with upstream (#11024) | Andrew Stone | |
2023-02-06 | feat(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-05 | feat(extract): add `zpaq` support (#11478) | david | |
2023-02-02 | fix(sudo): only call redisplay if zle is enabled | Carlo Sala | |
Fixes #11322 | |||
2023-02-02 | feat(directories): add config to skip aliases (#11469) | Hazael Sanchez | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-02-02 | docs(fasd): recommend fork over original fasd (#11474) | David Yang | |
2023-02-02 | fix(installer): automatically create ZDOTDIR path if it doesn't exist | Marc Cornellà | |
2023-02-02 | fix(installer): don't use `$ZDOTDIR` in zshrc file if same as `$HOME` | Marc Cornellà | |
Fixes #11471 | |||
2023-02-01 | feat(dotnet): add `dwt` alias (#11470) | Stoyan Dimov | |
2023-01-29 | feat(installer): respect and install in `$ZDOTDIR` if set (#9376) | Alex | |
Fixes #9001 Fixes #10479 Closes #9376 Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2023-01-28 | feat(git): add `gpsupf` alias (#11268) | Taehyun Hwang | |
2023-01-27 | fix(fzf): fix check for true Debian-like in debian setup function (#11460) | Marc Cornellà | |
Check for `apt` and `apt-get` in debian setup function. Look for exact directory in debian-like setup function. Fixes #11459 | |||
2023-01-26 | fix(systemadmin): handle error for no IPv6 route in `geteip` (#11458) | Marc Cornellà | |
2023-01-25 | fix(theme-and-appearance): fix `diff` completion in macOS | Carlo Sala | |
Closes #11416 Closes #11454 | |||
2023-01-23 | feat(mlh): add separate prompt symbol for root user (#11451) | Bartek Pacia | |
2023-01-22 | feat(fzf): add `skip-dpkg` flag to avoid some regressions | Carlo Sala | |
See https://github.com/ohmyzsh/ohmyzsh/pull/11122#issuecomment-1399607430 | |||
2023-01-21 | perf(fzf): speed up startup on debian (#11122) | Yuxin Wu | |
2023-01-20 | feat(functions/take): make `.tgz` behave as `.tar.gz` (#11446) | Joan Marcè i Igual | |
2023-01-19 | fix(brew)!: rename `buf` alias to `bfu` | Carlo Sala | |
BREAKING CHANGE: rename `buf` alias to `bfu` to avoid conflicts with protobuf tool | |||
2023-01-17 | feat(nats)!: rename `nsc` plugin to `nats` | Carlo Sala | |
2023-01-17 | fix(upgrade): do not upgrade if not called from tty | Carlo Sala | |
Fixes #11390 |