1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-02-21 05:39:52 -06:00

ssh agent

This commit is contained in:
Kaan Barmore-Genç 2023-01-26 23:43:59 -05:00
parent 708934268b
commit 68f61aecc5

View file

@ -24,3 +24,11 @@ for flatpakdir in ~/.local/share/flatpak/exports/bin /var/lib/flatpak/exports/bi
contains $flatpakdir $PATH; or set -a PATH $flatpakdir
end
end
# if not pgrep -u "$USER" ssh-agent > /dev/null
# ssh-agent -t 1 -c > "$XDG_RUNTIME_DIR/ssh-agent.env"
# end
# if test -z "$SSH_AUTH_SOCK"
# source "$XDG_RUNTIME_DIR/ssh-agent.env" >/dev/null
# end