dot_bash_profile
# /etc/skel/.bash_profile
# This file is sourced by bash for login shells. The following line
# runs your .bashrc and is recommended by the bash info pages.
if [[ -f ~/.bashrc ]]; then
. ~/.bashrc
fi
. "$HOME/.local/share/../bin/env"
# Started from systemd
export SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket
ssh-add $HOME/.ssh/id_rsa