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

4 lines
58 B
Bash
Executable File

#!/bin/sh
rm -f "${XDG_RUNTIME_DIR}/ssh-agent" && exit 0