strom/fish-misc
Archived
1
0
Fork 0
This repository has been archived on 2023-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
fish-misc/conf.d/ssh-agent.fish

7 lines
282 B
Fish

# vim: ft=fish ts=4 sw=4 noet
# set path to weasel-pageant folder with set -Ux beforehand
#read -l rel < /proc/sys/kernel/osrelease
set -l target "$WEASEL_PATH/weasel-pageant"
if set -q WSLENV; and test -f $target
eval (eval $target -a /tmp/ssh-agent.$USER.sock -q -r -S fish)
end