summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-19fix(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-19fix(ubuntu)!: rename `acse` alias to `acs`majick
Closes #11799 This commit reverses 5bfdd0356b46dc711a8f0866eeb9b717c033d5b2 BREAKING CHANGE: reverting alias rename from `acs` to `acse`.
2023-07-15docs(nvm): clarify autoload setup (#11797)Jarrett Lusso
2023-06-30fix(docker): only load old completion if docker <23Carlo Sala
2023-06-29fix(jira): support identifiers delimited with a hyphen (#11782)Matthias Heyman
Co-authored-by: Matthias Heyman <matthias.heyman@ebo-enterprises.com>
2023-06-29fix(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-29fix(docker): add static completion scriptCarlo Sala
2023-06-26fix(git): remove color codes from some aliases (#11770)Devraj Mehta
2023-06-26docs(git-extras): clarify readme (#11776)Richard Mitchell
2023-06-26fix(gcloud): add support for `brew` installations (#11772)Gustavo Perdomo
2023-06-20fix(docker): use `command docker` (#11766)Haltarys
2023-06-20fix(nvm): disable lazy-loading if autoload is setCarlo Sala
Closes #11748
2023-06-20feat(nvm)!: remove soft-deprecated codeCarlo 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-20feat(git-extras): update completion (2023-06-19 3a258cb)kang
Closes #11712
2023-06-19perf(archlinux): improve `paclist` performance (#11764)WH-2099
2023-06-17fix(git): `gunwipall` now only resets once (#11758)Ihor
Closes #11750 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-06-16fix(mvn)!: rename `mvnd` to `mvndp` alias (#11756)rfigueroa
BREAKING CHANGE: Rename alias to prevent conflicts with Apache Maven Daemon.
2023-06-15fix(docker): only generate completion for docker >23 (#11754)Carlo Sala
2023-06-15feat(docker): generate completion functionCarlo Sala
Closes #10825 Closes #10912 Closes #11751
2023-06-15feat(rails): add some aliases (#11739)Josh Powell
2023-06-15feat(brew): autoconfigure completions (#11152)Oleg Voronkovich
2023-06-11fix(termsupport): don't report current working directory in SSH sessions ↵Marc Cornellà
(#11703)
2023-06-08fix(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-07feat(nvm): add `npx` to lazy trigger listCarlo Sala
Closes #11740
2023-06-05feat(git): add `gunwipall` function (#11725)Ihor
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-06-05fix(autoenv): typoCarlo Sala
2023-06-05feat(autoenv): macOS compatibility, add more dirs (#11724)Diego Costa R
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2023-06-05docs(custom): update comments in example files (#11727)Lawrence Shah
2023-06-02feat(install): deploy installer to install.ohmyz.sh (#11722)Carlo Sala
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-05-31fix(gcloud): update AUR default location (#11718)William Snyders
2023-05-26perf(git): improve `gunwip` alias (#11714)Tom D
2023-05-25feat(archlinux): optimize `paclist` and `pacdisowned` (#11398)WH-2099
Co-authored-by: ratijas <me@ratijas.tk>
2023-05-24fix(bureau): properly display git stash info (#11711)rogarb
2023-05-23feat(half-life): add virtualenv prompt (#11708)Felipe Francisco
2023-05-23fix(functions): use `command` envCarlo Sala
Closes #11709
2023-05-22feat(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-21feat(extract): add support for `.zlib` and `.exe` files (#11085)Marc Cornellà
Fixes #11085
2023-05-21fix(extract): fix extract dir naming conflictsMarc Cornellà
Fixes #11642
2023-05-21docs(theme-and-appearance): fix gnu-ls snippet (#11701)Craig Furman
2023-05-15docs(pyenv): warn about pyenv init (#11692)Joe
2023-05-12fix(aws): use the correct variable to assert region is defined (#11691)ZYX
2023-05-09fix(robbyrussell) multiline command editing (#11681)roodkcab
Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn> Closes #11680
2023-05-09docs(theme-and-appearance): reflect properly dcff7a7 changesCarlo Sala
2023-05-09fix(theme-and-appearance): make bsd `ls` to be defaultCarlo Sala
2023-05-06fix(aws): correct access key disable command (#11671)Mark Keisler
2023-05-06feat(theme-and-appearance): allow disabling gnu-ls in bsdCarlo 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-03feat(deno): add `dru` alias for `--unstable` (#11667)kang
2023-05-03fix(apple): go back to previous iconCarlo 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-02feat(rake-fast): show task descriptions in autocomplete (#11653)Oleg Grigoriev
2023-05-02fix(apple): replace deprecated nerdfonts iconCarlo Sala