dotfiles/.config/sv/ssh-agent/run

3 lines
62 B
Bash
Executable File

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