Skip to content

Instantly share code, notes, and snippets.

@lomholdt
Last active December 7, 2019 19:51
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 lomholdt/6737d4a602054bad8526d82ebcb77cdc to your computer and use it in GitHub Desktop.
Save lomholdt/6737d4a602054bad8526d82ebcb77cdc to your computer and use it in GitHub Desktop.
prompt_kubectl() {
local current_context=$(kubectl config current-context 2> /dev/null)
if [[ $current_context ]]; then
"⚙️ $current_context"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment