Browse Source

Add some support for WSL

master
Arti Zirk 3 years ago
parent
commit
faed6407e3
  1. 6
      .zshrc

6
.zshrc

@ -230,3 +230,9 @@ export JOBS=8 @@ -230,3 +230,9 @@ export JOBS=8
function vless {
/usr/share/nvim/runtime/macros/less.sh $@
}
# If running under windows with pageagent then use it
# https://github.com/benpye/wsl-ssh-pageant
if [[ -e /mnt/c/wsl-ssh-pageant/ssh-agent.sock ]]; then
export SSH_AUTH_SOCK=/mnt/c/wsl-ssh-pageant/ssh-agent.sock
fi

Loading…
Cancel
Save