.profile: only start ssh-agent on DEFAULT profile
This commit is contained in:
parent
5f03d14a14
commit
f3be7254d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user