Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | feat(rails): add some aliases (#11739) | Josh Powell | |
2023-06-15 | feat(brew): autoconfigure completions (#11152) | Oleg Voronkovich | |
2023-06-11 | fix(termsupport): don't report current working directory in SSH sessions ↵ | Marc Cornellà | |
(#11703) | |||
2023-06-08 | fix(termsupport): fix pwd report for Konsole (#11730) | Marc Cornellà | |
The Konsole terminal shows an error if the host is provided in the OSC 7 sequence. Fixes #11730 | |||
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-06-05 | docs(custom): update comments in example files (#11727) | Lawrence Shah | |
2023-06-02 | feat(install): deploy installer to install.ohmyz.sh (#11722) | Carlo Sala | |
Co-authored-by: Marc Cornellà <hello@mcornella.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-24 | fix(bureau): properly display git stash info (#11711) | rogarb | |
2023-05-23 | feat(half-life): add virtualenv prompt (#11708) | Felipe Francisco | |
2023-05-23 | fix(functions): use `command` env | Carlo Sala | |
Closes #11709 | |||
2023-05-22 | feat(bureau): ignore hidden git repos (#11707) | rogarb | |
The git_prompt_info() function in lib/git.zsh ignores git repos which contains a specific config key, allowing to effectively "hide" them from the prompt. Unfortunately, the bureau theme doesn't use the library function to build its prompt. This commit modifies the specific prompt generation function in the bureau theme in order to achieve the same behaviour. | |||
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-21 | docs(theme-and-appearance): fix gnu-ls snippet (#11701) | Craig Furman | |
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-09 | fix(robbyrussell) multiline command editing (#11681) | roodkcab | |
Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn> Closes #11680 | |||
2023-05-09 | docs(theme-and-appearance): reflect properly dcff7a7 changes | Carlo Sala | |
2023-05-09 | fix(theme-and-appearance): make bsd `ls` to be default | Carlo Sala | |
2023-05-06 | fix(aws): correct access key disable command (#11671) | Mark Keisler | |
2023-05-06 | feat(theme-and-appearance): allow disabling gnu-ls in bsd | Carlo Sala | |
To disable gnu-ls (`gls`) even if it's installed in freeBSD and macOS you can set it up with: ```zsh zstyle ':omz:lib:theme-and-appearance' gnu-ls no ``` Closes #11647 | |||
2023-05-03 | feat(deno): add `dru` alias for `--unstable` (#11667) | kang | |
2023-05-03 | fix(apple): go back to previous icon | Carlo Sala | |
Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in Apple systems. Nerd fonts was overwritting that code to other stuff in v2 and that's why I thought it needed to be replaced. Closes #11665 This reverts commit 693e3dcc447b5d6fa611eea43166ea2b4e0ed877. | |||
2023-05-02 | feat(rake-fast): show task descriptions in autocomplete (#11653) | Oleg Grigoriev | |
2023-05-02 | fix(apple): replace deprecated nerdfonts icon | Carlo Sala | |
2023-05-01 | fix(init): avoid overwriting existing aliases | Carlo Sala | |
Fix regression introduced in #11550. If an existing alias was present in the moment of sourcing, and oh-my-zsh aliases were disabled for that file, it'd be overwritten aswell. See #11658. | |||
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(cli): execute as expected if `ksh_arrays` is set (#11629) | Erin Schlarb | |
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-17 | fix(check_for_upgrade): update properly `LAST_EPOCH` | Carlo Sala | |
Fixes #11617 | |||
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 |