Age | Commit message (Collapse) | Author |
|
|
|
Fixes #10871
|
|
Co-authored-by: Steve Lessard <slessardjr@users.noreply.github.com>
|
|
Closes #11879
|
|
|
|
|
|
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
|
|
|
|
|
|
|
|
|
|
The git_prompt_info() function in lib/git.zsh ignores git repos which
contains a specific config key, allowing to effectively "hide" them from
the prompt. Unfortunately, the bureau theme doesn't use the library
function to build its prompt.
This commit modifies the specific prompt generation function in the
bureau theme in order to achieve the same behaviour.
|
|
Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn>
Closes #11680
|
|
Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in
Apple systems.
Nerd fonts was overwritting that code to other stuff in v2 and that's
why I thought it needed to be replaced.
Closes #11665
This reverts commit 693e3dcc447b5d6fa611eea43166ea2b4e0ed877.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|