Commit 73ba5a9d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make final statement of .profile one which cannot return false

parent 032e6e56
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,5 +84,6 @@ export CLICOLOR=yes
## Optional utilities
# Must be post-PATH-setup

has gpg-agent &&
if has gpg-agent; then
	export SSH_AUTH_SOCK=`gpgconf --list-dirs agent-ssh-socket`
fi