diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-07-14 15:50:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-14 15:50:05 +0300 |
commit | 7acc5a236d038d175af440dedc0dd8d540c0c2fe (patch) | |
tree | 16dafbcb364753ae366cd26613a7a8d25df975b4 /config | |
parent | 7fe72dfce0d35cf550f0be9a09e90ee0dd8c53c5 (diff) |
comments
Diffstat (limited to 'config')
-rw-r--r-- | config/lean.zsh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/lean.zsh b/config/lean.zsh index 7c31b7c5..890e7e2b 100644 --- a/config/lean.zsh +++ b/config/lean.zsh @@ -208,11 +208,12 @@ fi # typeset -g POWERLEVEL9K_KUBECONTEXT_PROD_FOREGROUND=1 # typeset -g POWERLEVEL9K_KUBECONTEXT_TEST_FOREGROUND=2 typeset -g POWERLEVEL9K_KUBECONTEXT_DEFAULT_FOREGROUND=3 - # Kubernetes too long? You can shorten it by defining an expansion. The original + # Kubernetes context too long? You can shorten it by defining an expansion. The original # Kubernetes context that you see in your prompt is stored in ${P9K_CONTENT} when # the expansion is evaluated. To remove everything up to and including the last '/', - # set POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION='${P9K_CONTENT##*/}'. Parameter - # expansions are flexible and fast. See reference: + # set POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION='${P9K_CONTENT##*/}'. This is just, + # an example which isn't necessarily the right expansion for you. Parameter expansions + # are very flexible and fast, too. See reference: # http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion. typeset POWERLEVEL9K_KUBECONTEXT_CONTENT_EXPANSION='${P9K_CONTENT}' # Show the trailing "/default" in kubernetes context. |