1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-10-17 06:10:06 +00:00
powerlevel10k/internal
Roman Perepelitsa 5a3109e40d replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN (#2072)
POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN defines a pattern that
RUBY_ENGINE should match for it to be shown. Matching is done
with extended_glob.

For example, to show all values of RUBY_ENGINE except "ruby":

    POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN='^ruby'

If POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN is unset and
POWERLEVEL9K_CHRUBY_SHOW_ENGINE is set to true,
the behavior is the same as if POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN
was set to *.
2022-11-02 15:55:35 +01:00
..
configure.zsh don't auto-start configuration wizard if it's likely that zshrc is broken 2021-11-15 07:26:51 +01:00
icons.zsh rename arch to cpu_arch and rewrite it (#1752) 2022-10-09 11:54:02 +02:00
notes.md notes 2020-06-15 17:56:32 +02:00
p10k.zsh replace POWERLEVEL9K_CHRUBY_SHOW_ENGINE_IF_RUBY with POWERLEVEL9K_CHRUBY_SHOW_ENGINE_PATTERN (#2072) 2022-11-02 15:55:35 +01:00
parser.zsh don't leak 'token' local variable in parser (#1407) 2021-05-24 09:19:13 +02:00
wizard.zsh fix a bug introduced in cf1b586515 2022-10-05 11:26:40 +02:00
worker.zsh survive broken $TMPDIR 2022-01-26 15:03:22 +01:00