This website requires JavaScript.
Explore
Help
Sign In
fanyx
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7c2eabe85c
dotfiles
/
.config
/
sv
/
ssh-agent
/
run
3 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add pipewire/-pulse and ssh-agent
2022-06-09 13:56:03 +02:00
#!/bin/sh
use XDG_RUNTIME_DIR
2022-10-16 12:41:26 +02:00
exec ssh-agent -D -a "${XDG_RUNTIME_DIR}/ssh-agent"