Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-30 | feat(web-search): add `youtube` alias (#11865) | t-aswath | |
2023-08-29 | feat(bun): add plugin (#11859) | Tomás Hernández | |
2023-08-29 | fix(updater): disable `nounset` to avoid warnings (#11856) | Marc Cornellà | |
2023-08-24 | fix(clipboard): load clipboard on usage | Carlo Sala | |
Closes #8827 | |||
2023-08-24 | feat(alias-finder): add cheaper option and apply zstyle options (#11773) | Roeniss Moon | |
2023-08-24 | fix(git): some aliases under non-english LANG (#11855) | Zhang Visper | |
2023-08-23 | refactor(git): sort git aliases alphabetically (#9743) | Miguel Hargreaves Pimenta | |
2023-08-23 | fix(extract): extraction to directory for single-file .gz (#11852) | Marc Cornellà | |
2023-08-21 | refactor(init): rename variable (#11851) | LuckyWindsck | |
2023-08-21 | fix(colored-man-pages): add env GROFF_NO_SGR=1 (#11831) | Ahmed Wael | |
2023-08-16 | feat(terraform): add terraform version prompt (#11845) | Jin Cheol | |
2023-08-10 | docs(aliases): replace screenshot | Carlo Sala | |
Closes #11837 Closes #11822 | |||
2023-08-09 | chore(gitignore): use new API endpoint from TopTal (#11835) | David LJ | |
2023-07-25 | feat(agnoster): add git tag to prompt (#8417) | jabunovoty | |
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com> | |||
2023-07-25 | feat(fino-time): add conda environment (#11785) | naturedamends | |
2023-07-25 | fix(aliases): rename acs to als in script help | Carlo Sala | |
Closes #11812 | |||
2023-07-23 | fix(per-directory-history): ^G also in vi mode (#11808) | cohml | |
Co-authored-by: Chris Hamill <chamill@ets.org> | |||
2023-07-23 | fix(michelebologna): use blue instead of white (#11810) | Zou Yang | |
2023-07-20 | feat(docker): add `legacy-completion` option | Carlo Sala | |
2023-07-19 | feat(tig): add two new aliases (#11090) | Jokeoo | |
2023-07-19 | fix(nvm): remove nvm not found verbose message | Carlo Sala | |
2023-07-19 | fix(aliases)!: rename `acs` to `als` | majick | |
BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics. | |||
2023-07-19 | fix(ubuntu)!: rename `acse` alias to `acs` | majick | |
Closes #11799 This commit reverses 5bfdd0356b46dc711a8f0866eeb9b717c033d5b2 BREAKING CHANGE: reverting alias rename from `acs` to `acse`. | |||
2023-07-15 | docs(nvm): clarify autoload setup (#11797) | Jarrett Lusso | |
2023-06-30 | fix(docker): only load old completion if docker <23 | Carlo Sala | |
2023-06-29 | fix(jira): support identifiers delimited with a hyphen (#11782) | Matthias Heyman | |
Co-authored-by: Matthias Heyman <matthias.heyman@ebo-enterprises.com> | |||
2023-06-29 | fix(docker): use `docker --version` instead of `docker version` | Andrei Polushin | |
`docker version` subcommand is able to return both docker client and docker daemon information. To get a daemon version, it connects to a possibly remote daemon. If the remote daemon is not accessible, the client waits for some time, until it gets interrupted by timeout. As a result we can have a docker client running in background. When zsh session is rather short, a terminal application (iTerm2) starts asking if that background docker process should be stopped. On the other hand, to get a docker client version only, we can use `docker --version` instead. It does not connect to a daemon. Closes #11780 | |||
2023-06-29 | fix(docker): add static completion script | Carlo Sala | |
2023-06-26 | fix(git): remove color codes from some aliases (#11770) | Devraj Mehta | |
2023-06-26 | docs(git-extras): clarify readme (#11776) | Richard Mitchell | |
2023-06-26 | fix(gcloud): add support for `brew` installations (#11772) | Gustavo Perdomo | |
2023-06-20 | fix(docker): use `command docker` (#11766) | Haltarys | |
2023-06-20 | fix(nvm): disable lazy-loading if autoload is set | Carlo Sala | |
Closes #11748 | |||
2023-06-20 | feat(nvm)!: remove soft-deprecated code | Carlo 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-20 | feat(git-extras): update completion (2023-06-19 3a258cb) | kang | |
Closes #11712 | |||
2023-06-19 | perf(archlinux): improve `paclist` performance (#11764) | WH-2099 | |
2023-06-17 | fix(git): `gunwipall` now only resets once (#11758) | Ihor | |
Closes #11750 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2023-06-16 | fix(mvn)!: rename `mvnd` to `mvndp` alias (#11756) | rfigueroa | |
BREAKING CHANGE: Rename alias to prevent conflicts with Apache Maven Daemon. | |||
2023-06-15 | fix(docker): only generate completion for docker >23 (#11754) | Carlo Sala | |
2023-06-15 | feat(docker): generate completion function | Carlo Sala | |
Closes #10825 Closes #10912 Closes #11751 | |||
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> |