Skip to content

Instantly share code, notes, and snippets.

@plasticine
Created May 14, 2018 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plasticine/75ec8539ce747daf0731006113bef77d to your computer and use it in GitHub Desktop.
Save plasticine/75ec8539ce747daf0731006113bef77d to your computer and use it in GitHub Desktop.
kube_context() {
context=$(kubectl config current-context | awk '{print toupper($0)}')
colour="%K{blue}"
[[ "$context" =~ "PRODUCTION" ]] && colour="%K{red}"
echo " $colour%F{black}%B \u2388 $context %b%f%k"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment