feat(bashrc): load GPG keys

This commit is contained in:
2026-02-17 17:23:34 +01:00
parent ff268625ba
commit 0ee60c46f5

View File

@@ -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'