Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fixes #7766
Closes #8814
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10751
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Closes #10656
|
|
(#6195)
Co-authored-by: Matthias Doering <matthias.doering@teamix.de>
|
|
|
|
Closes #4962
|
|
|
|
|
|
|
|
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.
|
|
Also cleaned up the code a bit
Fixes #10561
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Closes #9396
|
|
|
|
|
|
Fixes fb86ec77
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #10505
|