summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-10ci(project): fix `gh pr view` call to use ohmyzsh repositoryMarc Cornellà
2022-01-09style: use 24bit colors in Oh My Zsh logo if supportedMarc Cornellà
2022-01-09fix(cli): follow symlinks in plugin or theme completionsMarc 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(bureau): fix `status` variable name causing error (#10561)Marc Cornellà
Also cleaned up the code a bit Fixes #10561
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: quote % in `box_name` prompt functionsMarc Cornellà
2022-01-03fix(bureau): quote % in git prompt function and remove global variablesMarc Cornellà
2022-01-03fix(trapd00r): fix potential command injection in `zsh_path`Marc Cornellà
2022-01-03fix(agnoster): quote % in prompt functionsMarc 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(lib): quote % in `nvm_prompt_info`Marc Cornellà
2022-01-03fix(lib): quote % in `git_remote_status`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à
2022-01-03ci: disable GitHub Actions on forksMarc Cornellà
2022-01-03chore: simplify project GitHub ActionMarc Cornellà
2022-01-03chore: simplify `GITHUB_TOKEN` env in project GitHub ActionMarc Cornellà
2022-01-02chore: I'm dumb afMarc Cornellà
2022-01-02chore: let's try againMarc Cornellà
2022-01-02chore: look ma no auth!Marc Cornellà
2022-01-02chore: please workMarc Cornellà
2022-01-02chore: fix auth in Project tracking ActionMarc Cornellà
2022-01-02chore: use GITHUB_TOKEN auth for Project Beta GitHub ActionMarc Cornellà
2022-01-02chore: add Projects Beta GitHub ActionMarc 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