Merge pull request #106 from venyii/kubecontext-cluster-func
Fix a typo in docs.
This commit is contained in:
commit
921f9e664a
3 changed files with 17 additions and 1 deletions
|
@ -2142,6 +2142,9 @@ prompt_kubecontext() {
|
|||
fi
|
||||
done
|
||||
fi
|
||||
if [[ -n $POWERLEVEL9K_KUBECONTEXT_CONTEXT_FUNCTION ]]; then
|
||||
ctx=$($POWERLEVEL9K_KUBECONTEXT_CONTEXT_FUNCTION $ctx)
|
||||
fi
|
||||
_p9k_cache_set "$ctx" "$suf"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue