diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-15 21:14:14 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-15 21:14:14 +0300 |
commit | cf2b97e389286fed13f65bb5284ff027591046a4 (patch) | |
tree | f39aa7de0f4b9146fbf586b6719aff8c812179e0 /README.md | |
parent | 3391739b550f855416444ce6d44a913fa80b2d3b (diff) |
spello
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -493,7 +493,7 @@ Prompt segments can be configured to be shown only when the current command you a releavant tool. ```zsh -# Show prompt segment "kubecontext" only when the the command you are typing +# Show prompt segment "kubecontext" only when the command you are typing # invokes kubectl, helm, kubens or kubectx. typeset -g POWERLEVEL9K_KUBECONTEXT_SHOW_ON_COMMAND='kubectl|helm|kubens|kubectx' ``` |