This commit is contained in:
David Tomaschik
2016-02-22 18:58:08 -08:00
6 changed files with 12 additions and 4 deletions

View File

@@ -13,3 +13,5 @@ if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then
export GPG_TTY=`tty`
fi
# End GPG
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"