From cf2b97e389286fed13f65bb5284ff027591046a4 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 15 Jan 2020 19:14:14 +0100 Subject: [PATCH] spello --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5de045d..9f877f78 100644 --- a/README.md +++ b/README.md @@ -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' ```