diff --git a/src/.profile b/src/.profile index 8426356..c9b19c8 100644 --- a/src/.profile +++ b/src/.profile @@ -84,6 +84,8 @@ export PATH="$PATH":"$XDG_DATA_HOME"/go/bin # cppman can't set it itself for some reason export MANPATH="$MANPATH":~/.cache/cppman/ -eval $(ssh-agent) +if [ "$SYSTEM_PROFILE" = "DEFAULT" ]; then + eval $(ssh-agent) +fi . .config/bashrc