my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add ssh-agent and beg

j3s a3a85ecb f19d4c30

+11
+8
.env
··· 9 9 fi 10 10 fi 11 11 12 + if [ -z "${SSH_AGENT_PID}" ] 13 + then 14 + if ! [ -e /tmp/ssh-agent-$USER ] 15 + then 16 + ssh-agent 2>/dev/null >/tmp/ssh-agent-$USER 17 + fi 18 + . /tmp/ssh-agent-$USER >/dev/null 19 + fi 12 20 13 21 # launch alacritty with no GPU support if on old thinkpad 14 22 if [ "$(hostname)" == 'nyx' ]; then
+3
bin/be
··· 1 + #!/bin/sh 2 + 3 + bundle exec "$@"