summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2022-01-18fix(fig): fix typo in completion commandMarc Cornellà
2022-01-18feat(fig): add plugin for Fig (#10432)Marco Franssen
2022-01-18style(sudo): clean code style and reorganise logicMarc Cornellà
2022-01-18feat(sudo): respect `$SUDO_EDITOR` and `$VISUAL`, switch to `sudo -e` (#10596)Carlo Sala
2022-01-17fix(kubectl): source completion instead of autoloading itMarc Cornellà
2022-01-17fix(helm): fix completion loading mechanismMarc Cornellà
2022-01-14fix(svn): fix sed call in `svn_get_rev_nr` (#10590)Mykola Krachkovsky
2022-01-13fix(mvn): fix listing modules in completion (#10586)Marc Cornellà
2022-01-12fix(yarn): update completion (#10579)Carlo Sala
Fixes #10578
2022-01-10fix: disable `log.showSignature` in `git log` callsMarc Cornellà
2022-01-08fix(rust): fix `cargo` completion when sysroot contains spaces (#10571)Joey Territo
When generating completions for Cargo, if the Rust sysroot (i.e. `rustc +${${(z)$(rustup default)}[1]} --print sysroot`) contains spaces, Cargo completions will not work because the spaces are not escaped, thus passing two arguments to the "source" command instead of one. The spaces need to be escaped for this to work.
2022-01-08fix(svn): fix output order in `svn_dirty_choose` (#10572)Fabian Günter
2022-01-07docs(vi-mode): fix link typo in readme (#10570)Sang-Yun Oh
2022-01-05style: some code style fixesMarc Cornellà
2022-01-05refactor(kubectl): optimize completion generationMarc Cornellà
2022-01-05style: declare globals properlyMarc Cornellà
By default, `typeset` defines variables locally unless in the main scope. This is specially bad when using `omz plugin load`, which happens inside a function, so the declared variables don't continue being defined when the function finishes and the main scope reappears.
2022-01-04fix(kubectx): allow prompt sequences in `kubectx_mapping` (#10562)Marc Cornellà
Fixes #10562
2022-01-03fix(ubuntu): fix `defining function based on alias` error (#10560)Marc Cornellà
Fixes #10560
2022-01-03fix(kubectx): quote % in `kubectx_prompt_info`Marc Cornellà
2022-01-03fix(fossil): refactor `fossil_prompt_info` and quote % in branchMarc Cornellà
2022-01-03fix(aws): quote % in `aws_prompt_info`Marc Cornellà
2022-01-03fix(virtualenv): quote % in `virtualenv_prompt_info`Marc Cornellà
2022-01-03fix(jenv): quote % in `jenv_prompt_info`Marc Cornellà
2022-01-03fix(pyenv): quote % in `pyenv_prompt_info`Marc Cornellà
2022-01-03fix(svn): refactor and quote % characters in `svn_prompt_info`Marc Cornellà
2022-01-03fix(svn): return true repo name in `svn_get_repo_name`Marc Cornellà
2022-01-03fix(svn-fast-info): quote % characters in svn branch nameMarc Cornellà
2022-01-03fix(svn-fast-info): URL-decode svn branch nameMarc Cornellà
2022-01-03style(svn-fast-info): fix code style and `svn info` localeMarc Cornellà
2021-12-31style(python): fix code style and some hidden bugsMarc Cornellà
2021-12-31chore(python): minor corrections on README (#10548)vladislav doster
Closes #10548
2021-12-31docs(zsh-navigation-tools): remove installation steps from README (#10549)Marc Cornellà
Fixes #10549
2021-12-30fix(systemd): enable `--user` on restart command (#10543)scrouthtv
`restart` is a unit-related command, not power-related, so it should appear as `sc-restart=sudo systemctl restart` and `scu-restart=systemctl --user restart`
2021-12-29fix(rust): use default toolchain when completing `cargo`Marc Cornellà
2021-12-29docs(nvm): clarify how to get Homebrew directory (#10393)Paul Robert Lloyd
2021-12-29docs(sudo): document key binding changeMarc Cornellà
2021-12-29chore(ubuntu): add documentation for `acsp` alias (#10325)Ian Cowan
2021-12-29feat(terraform): add more aliases (#9989)mehdicopter
Closes #9989
2021-12-29feat(terraform): add PREFIX and SUFFIX settings to `tf_prompt_info` (#8605)Karn Saheb
Closes #8605
2021-12-29feat(python): add utilities to manage simple virtual environments (#9776)Marijan Smetko
Closes #9776
2021-12-29feat(python): add `pyserver` alias to start an HTTP server (#10217)Celestino Gomes
Closes #10217
2021-12-29perf(yarn): skip `yarn` call if default global bin directory exists (#10290)Marc Cornellà
Fixes #10290
2021-12-29chore(bazel): update completion to f146202cMarc Cornellà
2021-12-29feat(npm): toggle `npm install` / `npm uninstall` by pressing F2 twice (#9717)Alex Matheson
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-29fix(pip): don't overwrite `requirements.txt` in internal commands (#10061)WH-2099
2021-12-29fix(pip): use `pip3` in `pip3 uninstall` completion (#10271)Oluwafemi Sule
2021-12-29fix(git-prompt): fix clean prompt when stash is not empty (#9978)Marc Cornellà
Fixes #9978
2021-12-29feat(debian): add `alu` alias for list and upgrade packages (#7928)Björn Daase
Closes #7928
2021-12-29chore(debian): document previous aliasMarc Cornellà
2021-12-29feat(debian): add `aar` alias for autoremove (#7869)Shahed Hosseini