diff --git a/.bashrc b/.bashrc index e24d7f0..3440d04 100644 --- a/.bashrc +++ b/.bashrc @@ -21,6 +21,7 @@ else PS1='[\u@\h \W]\$ ' fi +export GPG_TTY=$(tty) # Import GPG Key export PATH="$PATH:$HOME/.local/bin" export BROWSER='helium-browser' export EDITOR='nvim'