dots/src/.profile

10 lines
114 B
Bash

#!/bin/sh
. ~/.config/vars
if [ "$SYSTEM_PROFILE" = "DEFAULT" ]; then
eval $(ssh-agent)
fi
. ~/.config/bashrc