.bashrc.d/20nobeep: Add missing ~/ prefix to one .mozilla path
[dotfiles-public.git] / src / .bashrc.d / 40ssh_agent
1 SSH_INFO_FILE="/tmp/$(whoami)/.ssh/.ssh-agent-info-$(hostname)"
2 if [ -f "$SSH_INFO_FILE" ]; then
3     . "$SSH_INFO_FILE"
4 fi