- 13 Dec, 2021 11 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
fengkx authored
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>
-
David Sutherland authored
Closes #2177 Closes #6197 Co-authored-by:
Henrik Ravn <hravnx@gmail.com>
-
Marc Cornellà authored
-
Pandu POLUAN authored
Closes #8912
-
Romain Failliot authored
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
-
anatolyrr authored
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
-
Nicolas Cavigneaux authored
Closes #3500
-
- 01 Dec, 2021 2 commits
-
-
whoami authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
Josh Soref authored
Co-authored-by:
Josh Soref <jsoref@users.noreply.github.com>
-
- 27 Nov, 2021 3 commits
-
-
Nicholas Hawkes authored
-
Markus Hofbauer authored
-
Adam Cwyk authored
Co-authored-by:
Adam Cwyk <git@adamcwyk.dev>
-
- 25 Nov, 2021 1 commit
-
-
Kyle authored
-
- 17 Nov, 2021 7 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
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
-
Aurora authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
Marc Cornellà authored
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
-
Marc Cornellà authored
Fixes #10428
-
Brian Tannous authored
-
Marc Cornellà authored
Closes #9659 Co-authored-by:
Jeff Warner <jeff@develops.software>
-
- 16 Nov, 2021 1 commit
-
-
Marc Cornellà authored
-
- 11 Nov, 2021 3 commits
-
-
Marc Cornellà authored
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.
-
Marc Cornellà authored
The plugin unsafely processes directory paths in pop_past and pop_future. This commit fixes that.
-
- 10 Nov, 2021 1 commit
-
-
Kirill Molchanov authored
-
- 09 Nov, 2021 2 commits
-
-
Marc Cornellà authored
-
Kevin Burke authored
Co-authored-by:
Marc Cornellà <hello@mcornella.com>
-
- 08 Nov, 2021 2 commits
-
-
Shahin Sorkh authored
-
Marc Cornellà authored
-
- 05 Nov, 2021 1 commit
-
-
Jonathan Batchelor authored
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.
-
- 03 Nov, 2021 1 commit
-
-
amnore authored
-
- 02 Nov, 2021 3 commits
-
-
Michael Peick authored
Closes #8370
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10350
-
- 29 Oct, 2021 1 commit
-
-
YR Chen authored
-
- 27 Oct, 2021 1 commit
-
-
Christophe Bliard authored
-