summaryrefslogtreecommitdiff
path: root/.env
blob: a184ed89b5685cd22c9ed5351cfa5a7a8830d3ae (plain)
1
2
3
4
5
6
7
8
9
PS1='$(prompt)'

if [ -z "${SSH_AGENT_PID}" ]; then
	if ! [ -e /tmp/ssh-agent-$USER ]
	then
		ssh-agent 2>/dev/null >/tmp/ssh-agent-$USER
	fi
	. /tmp/ssh-agent-$USER >/dev/null
fi