mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-18 10:22:00 +00:00
docs(kubectx): fix README sample code syntax (#10199)
This commit is contained in:
parent
eba3be243f
commit
4d7f0cfb47
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ One can rename default context name for better readability.
|
|||
|
||||
_Example_. Add to **.zshrc**:
|
||||
```
|
||||
kubectx_mapping[minikube] = "mini"
|
||||
kubectx_mapping[minikube]="mini"
|
||||
kubectx_mapping[context_name_from_kubeconfig]="$emoji[wolf_face]"
|
||||
kubectx_mapping[production_cluster]="%{$fg[yellow]%}prod!%{$reset_color%}"
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue