delete stray file

This commit is contained in:
Nikolai 2025-05-04 01:34:53 +00:00
parent 00ae188d7c
commit abb89a9c51

View File

@ -1,9 +0,0 @@
#!/bin/bash
#
# Convert ssh-agent output to fish shell
#
eval "$(ssh-agent)" >/dev/null
echo "set SSH_AUTH_SOCK \"$SSH_AUTH_SOCK\"; export SSH_AUTH_SOCK"
echo "set SSH_AGENT_PID \"$SSH_AGENT_PID\"; export SSH_AGENT_PID"