Commit 65f34ce8 authored by Roger Steneteg's avatar Roger Steneteg Committed by Marc Cornellà
Browse files

kube-ps1: fix color bleeding in prompt (#7915)

parent eb3d4630
...@@ -41,9 +41,9 @@ KUBE_PS1_SUFFIX="${KUBE_PS1_SUFFIX-)}" ...@@ -41,9 +41,9 @@ KUBE_PS1_SUFFIX="${KUBE_PS1_SUFFIX-)}"
KUBE_PS1_LAST_TIME=0 KUBE_PS1_LAST_TIME=0
KUBE_PS1_ENABLED=true KUBE_PS1_ENABLED=true
KUBE_PS1_COLOR_SYMBOL="%F{blue}" KUBE_PS1_COLOR_SYMBOL="%{$fg[blue]%}"
KUBE_PS1_COLOR_CONTEXT="%F{red}" KUBE_PS1_COLOR_CONTEXT="%{$fg[red]%}"
KUBE_PS1_COLOR_NS="%F{cyan}" KUBE_PS1_COLOR_NS="%{$fg[cyan]%}"
_kube_ps1_binary_check() { _kube_ps1_binary_check() {
command -v "$1" >/dev/null command -v "$1" >/dev/null
......
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