diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-02-28 12:30:39 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-02-28 12:30:39 +0300 |
commit | f07d7baea36010bfa74708844d404517ea6ac473 (patch) | |
tree | 20cd4cc4a4671defc4412b8e1b0013c8c5d07be9 /config/p10k-lean.zsh | |
parent | 73698935b817929cf980274e7e4796d1364fdfb6 (diff) |
minor cleanup around perlbrew
Diffstat (limited to 'config/p10k-lean.zsh')
-rw-r--r-- | config/p10k-lean.zsh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index d37f5ba3..a0dc0877 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1116,10 +1116,8 @@ typeset -g POWERLEVEL9K_PERLBREW_FOREGROUND=67 # Show perlbrew version only when in a perl project subdirectory. typeset -g POWERLEVEL9K_PERLBREW_PROJECT_ONLY=true - # Don't show perl- at the front. + # Don't show "perl-" at the front. typeset -g POWERLEVEL9K_PERLBREW_SHOW_PREFIX=false - # Decide what should show perlbrew - # typeset -g POWERLEVEL9K_PERLBREW_SHOW_ON_UPGLOB='cpanfile|(MY|)META.(yml|json)|.perltidyrc|(Makefile|Build).PL|*.(pl|pm|t|pod)' # Custom icon. # typeset -g POWERLEVEL9K_PERLBREW_VISUAL_IDENTIFIER_EXPANSION='⭐' |