aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-09-10 14:21:31 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2021-09-10 14:21:31 +0300
commit4f3d2ffe7251a17aa10e00ed30d55f6fd9d65002 (patch)
tree20f6ff2692532414ec3e43b1cd8a20d240347bb3 /internal/wizard.zsh
parentc5c9178341da88d0d55bad9bb3daa5e90d52411d (diff)
new prompt segment: toolbox (https://github.com/containers/toolbox) #1560
Diffstat (limited to 'internal/wizard.zsh')
-rw-r--r--internal/wizard.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index 793c8ef3..c4c7a87c 100644
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -1767,6 +1767,7 @@ function generate_config() {
uncomment 'typeset -g POWERLEVEL9K_CONTEXT_PREFIX'
uncomment 'typeset -g POWERLEVEL9K_KUBECONTEXT_PREFIX'
uncomment 'typeset -g POWERLEVEL9K_TIME_PREFIX'
+ uncomment 'typeset -g POWERLEVEL9K_TOOLBOX_PREFIX'
if [[ $style == (lean|classic) ]]; then
[[ $style == classic ]] && local fg="%$prefix_color[$color]F" || local fg="%f"
sub VCS_PREFIX "'${fg}on '"
@@ -1774,6 +1775,7 @@ function generate_config() {
sub CONTEXT_PREFIX "'${fg}with '"
sub KUBECONTEXT_PREFIX "'${fg}at '"
sub TIME_PREFIX "'${fg}at '"
+ sub TOOLBOX_PREFIX "'${fg}in '"
fi
fi