summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2024-03-14docs: fix typos (#12284)shuangcui
2024-03-14docs(pyenv): fix typo (#12283)guangwu
2024-03-13feat(extract): prefer using `pbzip2` instead of `bunzip2` (#12280)Ing. Jan Kaláb
2024-03-10feat(fzf): add default fzf_base for msys2 (#12274)Misaka
2024-03-07chore(gitfast): remove update script (#12262)Felipe Contreras
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-04perf(nvm): don't call `nvm version` on every cdCarlo Sala
Now we only call `nvm version` in case we changed directory and we are not anymore in a `.nvmrc` directory. See https://github.com/nvm-sh/nvm/pull/2874
2024-03-04feat(nvm)!: make `lazy` and `autoload` options compatibleCarlo Sala
BREAKING CHANGE: Prior to this commit, if `lazy` and `autoload` options were enabled at the same time, `lazy` was getting overriden and only `autoload` was taken into account. Now they work together and `autoload` will be enabled after `nvm` has been lazy-loaded. Closes #11690
2024-03-04fix(nvm): remove zsh completionCarlo Sala
We rely on official bash completion now on.
2024-03-04fix(terraform): fix completion repeating flags with value (#12256)Maxime Brunet
2024-03-03fix(terraform): pass `-chdir` to completion commands (#12254)Maxime Brunet
2024-03-03feat(python): add auto venv activation (#12248)Robert Crews
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-03feat(terraform): update completion to `v1.7` (#12252)Maxime Brunet
2024-03-03fix(git): do not use `+=` in sh scriptCarlo Sala
Fixes #12251
2024-03-02docs(git-commit): add warningCarlo Sala
2024-03-02fix(git-commit): add omz version checkCarlo Sala
2024-03-02fix(tmux): use full offset parameter (#12249)张天泽
2024-03-02docs(git-commit): document attention flagCarlo Sala
2024-03-02feat(git-commit): add `-a | --attention` flagRejman
Refactor function as well to reduce flaws and increase stability Closes #12234 Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-03-02fix(git-commit)!: allow alias updateCarlo Sala
BREAKING CHANGE: Prior to this commit, git aliases were not being updated after every update of oh-my-zsh. In case you were using git-commit plugin before this commit, please remove your git aliases to proceed.
2024-03-01fix(tmux): regression with detached sessionsCarlo Sala
See https://github.com/ohmyzsh/ohmyzsh/pull/12242#issuecomment-1973236605
2024-02-29feat(kube-ps1): add symlink support (#12208)Artem Babii
2024-02-29fix(ssh): allow multiple definitions per host (#12227)Gam
2024-02-29fix(tmux): do not pass empty flags to aliases (#12232)Jonathan De Troye
This enables compatibility with tmux >3.3a Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-29feat(eza): create plugin (#12237)Pandu E POLUAN
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-28feat(tmux): prioritize `tmux` terminfo (#12243)Pandu E POLUAN
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-27feat(tmux): add option for detached mode (#12242)Dusk
2024-02-23docs(ansible): remove duplicated alias entry (#12235)Juan Morete
2024-02-20fix(docker): support completion on snap installs (#12224)Oren
2024-02-19feat(zoxide): add option to override cmd (#12218)Julian
2024-02-14docs(kubectx): add quoting to array keys (#12216)Frederik Ring
2024-02-07fix(web-search): use pattern instead of regexCarlo Sala
Closes #12202
2024-02-06feat(web-search): add programming packages search (#12199)Mateus Fernandes de Mello
2024-02-04fix(sublime): pass user's env to `sst` (#12194)Rayzeq
2024-02-03chore(brew): remove duplicated alias (#12192)Markus Hofbauer
2024-02-02fix(kubectx): k8s contexts with spaces (#12191)lutra
2024-02-01feat(hazel): add some aliases (#12070)Markus Hofbauer
2024-02-01feat(stripe): add completion plugin (#12064)Eric Schultz
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-02-01feat(aws): implement permanent state (#12018)0rxa
Co-authored-by: Rei Arifi <reiarifi@Reis-MacBook-Pro.local> Co-authored-by: Hysen Ndregjoni <hndregjoni@hotmail.com>
2024-02-01feat(git): add `grf` alias (#12176)Harkesh
2024-02-01feat(git-commit): add `wip` kind (#12188)Rejman Nascimento
2024-01-30fix(aws): pass default region to fetch regions (#12175)Gauthier Delacroix
Co-authored-by: Gauthier Delacroix <no@email.com>
2024-01-30feat(ssh): add plugin (#12186)Frank Dana
Closes #2707 Co-authored-by: Frank Wittig <frank.wittig@here.com> Co-authored-by: Frank Wittig <frank@e5k.com>
2024-01-25fix(jump)!: only resolve mark symlink (#11074)ditzy
BREAKING CHANGE: Previously, `jump` would resolve the symlink to the mark directory and resolve again if the mark directory was also a symlink. It only resolves once after this commit.
2024-01-24fix(web-search): encode spaces as `%20`Carlo Sala
2024-01-18feat(virtualenvwrapper): run function on startup (#12163)Júlio Selva
2024-01-17feat(autojump): add path for nix per-user (#11935)Brian McKenna
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-17feat(vscode): add `vscp` alias (#12092)Ali Sajid Imami
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-16feat(history-substring-search): update to version 8dd05bfc (#12167)ohmyzsh[bot]
Co-authored-by: ohmyzsh[bot] <54982679+ohmyzsh[bot]@users.noreply.github.com> Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2024-01-16ci(dependencies): create history-substring-search files as expectedCarlo Sala
2024-01-16fix(history-substring-search): source properly pluginCarlo Sala