···99 fi
1010fi
11111212+if [ -z "${SSH_AGENT_PID}" ]
1313+then
1414+ if ! [ -e /tmp/ssh-agent-$USER ]
1515+ then
1616+ ssh-agent 2>/dev/null >/tmp/ssh-agent-$USER
1717+ fi
1818+ . /tmp/ssh-agent-$USER >/dev/null
1919+fi
12201321# launch alacritty with no GPU support if on old thinkpad
1422if [ "$(hostname)" == 'nyx' ]; then