Move yarn; add SSH_AUTH_SOCK to sec1

This commit is contained in:
2023-03-20 12:20:27 +00:00
parent 3a9ab66e4c
commit 13531681aa
3 changed files with 6 additions and 2 deletions

2
bashrc
View File

@@ -92,5 +92,7 @@ if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash
fi
# export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/bashrc.post.bash" ]] && builtin source "$HOME/.fig/shell/bashrc.post.bash"