- 03 Mar, 2022 2 commits
-
-
Marc Cornellà authored
Fixes #10751
-
Marc Cornellà authored
-
- 24 Feb, 2022 2 commits
-
-
Marc Cornellà authored
-
Carlo Sala authored
-
- 10 Feb, 2022 1 commit
-
-
Marc Cornellà authored
-
- 07 Feb, 2022 3 commits
-
-
Marc Cornellà authored
Takes into account $ZLE_RPROMPT_INDENT and doesn't add the extra space at the end so it doesn't bleed into the next line.
-
Marc Cornellà authored
-
Harris Miller authored
Closes #10656
-
- 27 Jan, 2022 2 commits
-
-
Lukas authored
Co-authored-by:
Matthias Doering <matthias.doering@teamix.de>
-
Kuri Schlarb authored
-
- 24 Jan, 2022 1 commit
-
-
Mathias Neerup authored
Closes #4962
-
- 22 Jan, 2022 1 commit
-
-
- 10 Jan, 2022 2 commits
-
-
Marc Cornellà authored
-
WeZZard authored
-
- 05 Jan, 2022 1 commit
-
-
Marc Cornellà authored
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.
-
- 03 Jan, 2022 5 commits
-
-
Marc Cornellà authored
Also cleaned up the code a bit Fixes #10561
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 28 Dec, 2021 1 commit
-
-
Marc Cornellà authored
-
- 26 Dec, 2021 1 commit
-
-
Marc Cornellà authored
BREAKING CHANGE: For consistency, `ZSH_THEME_RANDOM_QUIET` now needs to be `true` if you want to silence the "Random theme loaded" message in the `random` theme. The wiki specified that 1 or true was valid, while the code just checked whether it was set to any value. Being more strict makes sure that we're consistent with the rest of the Settings. Fixes #10534
-
- 21 Dec, 2021 1 commit
-
-
rutriff authored
Closes #9396
-
- 16 Dec, 2021 2 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes fb86ec77
-
- 14 Dec, 2021 1 commit
-
-
Marc Cornellà authored
-
- 13 Dec, 2021 12 commits
-
-
deimosian authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #10505
-
Marc Cornellà authored
Closes #10474 Co-authored-by:
Tom Payne <twpayne@gmail.com>
-
Frank Van Damme authored
Closes #5992
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Romain Failliot authored
Added the red dot (instead of the default `*`) if the branch is dirty. The bira theme only supported git, now it supports mercurial as well. It needed ito call `hg_prompt_info` and the `ZSH_THEME_HG_PROMPT_` variables. Closes #6631
-
- 01 Dec, 2021 1 commit
-
-
Josh Soref authored
Co-authored-by:
Josh Soref <jsoref@users.noreply.github.com>
-
- 11 Nov, 2021 1 commit
-
-
Marc Cornellà authored
The pygmalion and pygmalion-virtualenv themes unsafely handle git prompt information which results in a double evaluation of this information, so a malicious git repository could trigger a command injection if the user cloned and entered the repository. A similar method could be used in the refined theme. All themes have been patched against this vulnerability.
-