dotfiles/.config/sv/ssh-agent/run
2022-10-16 12:45:06 +02:00

2 lines
62 B
Bash
Executable file

#!/bin/sh
exec ssh-agent -D -a "${XDG_RUNTIME_DIR}/ssh-agent"