summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/cheatsheet.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md
index 1dd6771..8eb3951 100644
--- a/docs/cheatsheet.md
+++ b/docs/cheatsheet.md
@@ -108,10 +108,10 @@ My personal cheatsheet of commands for various tools and workflows
# Path to either wsl-ssh-pageant or wsl-ssh-pageant-gui executable
$pageant = "$env:SCOOP\apps\wsl-ssh-pageant\current\wsl-ssh-pageant-gui.exe"
+
+ [System.Environment]::SetEnvironmentVariable('SSH_AUTH_SOCK',"\\.\pipe\$pipe")
```
-
-
- Set it to autostart on login
```powershell