diff --git a/.bashrc b/.bashrc index a4099ca..732d329 100644 --- a/.bashrc +++ b/.bashrc @@ -103,6 +103,7 @@ fi export PS1="\033[1m\e[0;97m[\e[0;32m\u\e[0;97m@\e[0;31m\h \e[0;97m(\D{}) \w]\n$ \033[0m" export KUBECONFIG=~/.kube/config +export GPG_TTY=$(tty) #display colors _PROMPT_GREEN_='\033[1;32m'