Unverified Commit 4d7f0cfb authored by Ken Crawford's avatar Ken Crawford Committed by GitHub

docs(kubectx): fix README sample code syntax (#10199)

parent eba3be24
...@@ -17,7 +17,7 @@ One can rename default context name for better readability. ...@@ -17,7 +17,7 @@ One can rename default context name for better readability.
_Example_. Add to **.zshrc**: _Example_. Add to **.zshrc**:
``` ```
kubectx_mapping[minikube] = "mini" kubectx_mapping[minikube]="mini"
kubectx_mapping[context_name_from_kubeconfig]="$emoji[wolf_face]" kubectx_mapping[context_name_from_kubeconfig]="$emoji[wolf_face]"
kubectx_mapping[production_cluster]="%{$fg[yellow]%}prod!%{$reset_color%}" kubectx_mapping[production_cluster]="%{$fg[yellow]%}prod!%{$reset_color%}"
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment