From 7cd21f20d76d49ca9701ca634143f39fe12198d8 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 4 Dec 2023 13:27:32 -0500 Subject: [PATCH] Add bashrc --- .bashrc | 1 + 1 file changed, 1 insertion(+) 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'