mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-16 08:17:20 +00:00
fix typo in "Customizing colors" example (#166)
This commit is contained in:
parent
a5e810b837
commit
543e035090
@ -191,7 +191,7 @@ If you like to customize the colors indicating the current namespace or context,
|
||||
|
||||
```
|
||||
export KUBECTX_CURRENT_FGCOLOR=$(tput setaf 6) # blue text
|
||||
export KUBECTX_CURRENT_BGCOLOR=$(tput setaf 7) # white background
|
||||
export KUBECTX_CURRENT_BGCOLOR=$(tput setab 7) # white background
|
||||
```
|
||||
|
||||
Colors in the output can be disabled by setting the
|
||||
|
Loading…
Reference in New Issue
Block a user