show kubectl context in right prompt

This commit is contained in:
Daniel Lundin 2020-08-21 08:28:38 +02:00
parent bfbaa636ad
commit fff0b0016f
No known key found for this signature in database
GPG key ID: 6AB527C9196ACDCC

1
.zshrc
View file

@ -231,6 +231,7 @@ function parse_git_dirty() {
fi
}
export RPS1="%F{#455A64}\$(kubectl config current-context)"
## fzf
export FZF_TMUX=1