dots/src/.profile

10 lines
114 B
Plaintext
Raw Normal View History

2021-10-21 17:44:21 -04:00
#!/bin/sh
. ~/.config/vars
if [ "$SYSTEM_PROFILE" = "DEFAULT" ]; then
eval $(ssh-agent)
fi
. ~/.config/bashrc