testing gpg key

This commit is contained in:
2025-10-30 13:29:39 +01:00
parent 7fb4a37759
commit a50922ff21

View File

@@ -10,5 +10,7 @@ command -v nvim >/dev/null 2>&1 && {
export VISUAL=nvim
}
export GPG_TTY=$(tty)
[ -f "$HOME/.profile" ] && . "$HOME/.profile"
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"