aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc.d/prompt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bashrc.d/prompt.sh')
-rw-r--r--home/.bashrc.d/prompt.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/.bashrc.d/prompt.sh b/home/.bashrc.d/prompt.sh
index 6faa14e..a50ad25 100644
--- a/home/.bashrc.d/prompt.sh
+++ b/home/.bashrc.d/prompt.sh
@@ -20,6 +20,10 @@ function __prompt_command() {
PS1+="${red}(✗)${reset} "
fi
+# if [[ $(command -v kubectl) ]]; then
+# PS1+="[$(kubectl config current-context)] "
+# fi
+
PS1+="${debian_chroot:+($debian_chroot)}${light_green}\u@\h${reset}:${light_blue}\W${reset}"
### Add Git Status ###