summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
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
2021-12-29feat(composer): add `cuh` alias for updating global packages (#6048)Raphael Stolt
Closes #6048
2021-12-29feat(composer): add `cs` alias for `composer show` (#10034)mikey dubs
Closes #10034
2021-12-29feat(common-aliases): add single-column and recursive `ls` aliases (#10096)Majid Hadavand
2021-12-29feat(zbell): add option not to use notify-send (#10082)Matthieu Baerts
2021-12-29feat(vi-mode): add `INSERT_MODE_INDICATOR` (#9732)bretello
Co-authored-by: bretello <bretello@distruzione.org>
2021-12-29feat(transfer): allow encryption of uploads using GPG (#9983)Luiz
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2021-12-29fix(systemd): remove `sudo` from power-related aliases (#9441)scrouthtv
2021-12-29feat(ruby): add new aliases `rrun` and `rserver` (#10218)Celestino Gomes
2021-12-29feat(shell-proxy): support SOCKS protocol based on URI scheme (#10069)Bryan Lee