small pixel drawing of a pufferfish dotfiles

Add ssh-agent and beg
j3s j3s@c3f.net
Thu, 22 Oct 2020 12:08:26 -0500
commit

a3a85ecb8e5cadab20a29862291057df432ec344

parent

f19d4c305ae187cd2edd51dc40a309c0b996362d

2 files changed, 11 insertions(+), 0 deletions(-)

jump to
M .env.env

@@ -9,6 +9,14 @@ chmod 0700 "${XDG_RUNTIME_DIR}"

fi fi +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 # launch alacritty with no GPU support if on old thinkpad if [ "$(hostname)" == 'nyx' ]; then
A bin/be

@@ -0,0 +1,3 @@

+#!/bin/sh + +bundle exec "$@"