Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-17 | feat(jfrog): Support jf executable auto completion (#10503) | Robi Nino | |
2021-12-17 | feat(cnf): Added support for SUSE-derived operation systems (ZYpp) to CNF ↵ | theVerusDev | |
plugin (#10508) * Added support for SUSE and derivatives for command-not-found plugin * Updated command-not-found documentation to list support for SUSE and derivatives | |||
2021-12-17 | feat(istioctl): add plugin for istioctl (#10410) | jxlwqq | |
* Add plugin for istioctl completion. close #10405 * fix typo * Update README.md | |||
2021-12-17 | feat(volta): add volta plugin (#10441) | Patrick Fitzgerald | |
For Volta JavaScript toolchain https://github.com/volta-cli/volta | |||
2021-12-17 | feat(deno): adding drA alias for --allow-all (#10501) | Carlo Sala | |
2021-12-17 | fix(heroku): fix XDG cache directory name and code style (#10436) | smac89 | |
2021-12-17 | feat(fzf): support fzf in Cygwin (#9463) | Sean Flanigan | |
Closes #9463 | |||
2021-12-17 | refactor(fzf): adopt code style and simplify function naming (#10514) | Logan Linn | |
2021-12-16 | fix: declare variables as global when using `typeset` | Marc Cornellà | |
Fixes fb86ec77 | |||
2021-12-14 | style: use `typeset` for dynamic variable names | Marc Cornellà | |
2021-12-13 | feat(archlinux): add aliases for cleaning package cache (#10091) | K Harishankar | |
Co-authored-by: K Harishankar <48408097+Haritronic909@users.noreply.github.com> | |||
2021-12-13 | fix: quote % characters in ruby prompt info functions | Marc Cornellà | |
2021-12-13 | style(rbenv): adapt to code style | Marc Cornellà | |
2021-12-13 | style(chruby): fix plugin code style and loading process | Marc Cornellà | |
2021-12-13 | style(rbfu): clean up code | Marc Cornellà | |
2021-12-13 | refactor(shell-proxy)!: rename env vars to `SHELLPROXY_*` and add usage ↵ | fengkx | |
message (#10456) BREAKING CHANGE: the `DEFAULT_PROXY` setting has been renamed to `SHELLPROXY_URL`, and `CONFIG_PROXY` has been renamed to `SHELLPROXY_CONFIG`. See the plugin README for more information. Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2021-12-13 | fix(mercurial): correctly check for untracked files in `hg_dirty` (#2177) | David Sutherland | |
Closes #2177 Closes #6197 Co-authored-by: Henrik Ravn <hravnx@gmail.com> | |||
2021-12-13 | perf(mercurial): optimize utility functions | Marc Cornellà | |
2021-12-13 | feat(mercurial): add `hgci` alias for interactive commit (#8912) | Pandu POLUAN | |
Closes #8912 | |||
2021-12-13 | feat(mercurial)!: use `PREFIX` and `SUFFIX` settings in `hg_prompt_info` (#6631) | Romain Failliot | |
BREAKING CHANGE: the `hg_prompt_info` function now uses `ZSH_THEME_HG_PROMPT_PREFIX` and `ZSH_THEME_HG_PROMPT_SUFFIX` variables when displaying branch information, similar to the `git_prompt_info` function. Closes #6631 | |||
2021-12-13 | perf(mercurial): improve performance of `hg_prompt_info` (#7929) | anatolyrr | |
Replaced two different calls of hg with one `hg --id --branch` for retrieving information whether we're in a repo (will be empty if not), whether the repo is dirty (revision id will contain "+" if there are uncommitted changed), and the branch name. Closes #6197 Closes #7929 | |||
2021-12-13 | fix(mercurial): show author name in `hgsl` alias log alias (#3500) | Nicolas Cavigneaux | |
Closes #3500 | |||
2021-12-01 | feat(branch): show mercurial bookmarks if used (#9948) | whoami | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2021-12-01 | chore: fix spelling errors across the project (#10459) | Josh Soref | |
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> | |||
2021-11-27 | feat(aws): Adds the login option for AWS SSO (#9921) | Nicholas Hawkes | |
2021-11-27 | feat(git): Add alias for rebasing to origin/main-branch (#10445) | Markus Hofbauer | |
2021-11-26 | feat(dotnet): add alias for `dotnet build` command (#10435) | Adam Cwyk | |
Co-authored-by: Adam Cwyk <git@adamcwyk.dev> | |||
2021-11-25 | feat(xcode): support `.swiftpm` as project file in `xc` (#10434) | Kyle | |
2021-11-17 | style(bundler): simplify `bundled_commands` array operations | Marc Cornellà | |
2021-11-17 | fix(bundler): use BUNDLE_JOBS in `bi` to avoid config file change | Marc Cornellà | |
When calling `bundle install` with `--jobs=<n>`, bundle persists this argument in `.bundle/config`. If we run `BUNDLE_JOBS=<n> bundle install` instead, this is not persisted. Fixes #10425 | |||
2021-11-17 | fix(bgnotify): avoid permission prompts by checking frontmost app ID (#10318) | Aurora | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2021-11-17 | fix(docker-compose)!: check for old command instead of calling `docker` (#10409) | Marc Cornellà | |
BREAKING CHANGE: the plugin now checks for the `docker-compose` command instead of trying whether `docker compose` is a valid command. This means that if the old command is still installed it will be used instead. To use `docker compose`, uninstall any old copies of `docker-compose`. Fixes #10409 | |||
2021-11-17 | fix(osx): deprecate `osx` plugin without symlink (#10428) | Marc Cornellà | |
Fixes #10428 | |||
2021-11-17 | feat(kn): add plugin for `kn` completion (#8927) | Brian Tannous | |
2021-11-17 | feat(ssh-agent): add `quiet` option to silence plugin (#9659) | Marc Cornellà | |
Closes #9659 Co-authored-by: Jeff Warner <jeff@develops.software> | |||
2021-11-16 | style(dirhistory): remove use of `eval` completely | Marc Cornellà | |
2021-11-11 | fix(plugins): fix potential command injection in `rand-quote` and `hitokoto` | Marc Cornellà | |
The `rand-quote` plugin uses quotationspage.com and prints part of its content to the shell without sanitization, which could trigger command injection. There is no evidence that this has been exploited, but this commit removes all possibility for exploit. Similarly, the `hitokoto` plugin uses the hitokoto.cn website to print quotes to the shell, also without sanitization. Furthermore, there is also no evidence that this has been exploited, but with this change it is now impossible. | |||
2021-11-11 | fix(dirhistory): fix unsafe eval bug in back and forward widgets | Marc Cornellà | |
The plugin unsafely processes directory paths in pop_past and pop_future. This commit fixes that. | |||
2021-11-11 | fix(dirhistory): fix Up/Down key bindings for Terminal.app | Marc Cornellà | |
Reference: https://github.com/ohmyzsh/ohmyzsh/commit/7f49494#commitcomment-60117011 | |||
2021-11-10 | fix(command-not-found): pass arguments correctly in Termux (#10403) | Kirill Molchanov | |
2021-11-09 | style(frontend-search): rename completion file to `_frontend` | Marc Cornellà | |
2021-11-09 | style: use `-n` flag in `head` and `tail` commands (#10391) | Kevin Burke | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2021-11-08 | feat(tmux): set session name with `ZSH_TMUX_DEFAULT_SESSION_NAME` (#9063) | Shahin Sorkh | |
2021-11-08 | refactor(percol): fix style, bind keys for vi-mode and remove dependencies | Marc Cornellà | |
2021-11-05 | refactor(osx): Rename osx plugin to macos (#10341) | Jonathan Batchelor | |
Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue! As per issue #10311 * refactor(osx): rename `osx` plugin to `macos` * refactor(macos): Add symbolic link from old `osx` plugin name. | |||
2021-11-03 | fix(command-not-found): pass arguments correctly in NixOS (#10381) | amnore | |
2021-11-02 | feat(dirhistory): support urxvt terminal key binding (#8370) | Michael Peick | |
Closes #8370 | |||
2021-11-02 | fix(dirhistory): fix ALT+Up/Down key bindings for Terminal.app | Marc Cornellà | |
2021-11-02 | docs(dirhistory): document OPT key alternative for macOS and fix style | Marc Cornellà | |
Fixes #10350 | |||
2021-10-29 | feat(xcode): support `Package.swift` as project file in `xc` (#10358) | YR Chen | |