aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-16 16:24:01 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-16 16:24:01 -0500
commit7e91d77033fecf74916d985df67d73addc95e2c5 (patch)
tree084bd09ef3f2a72879af92ef81172353bc71f973 /docs
parentcd7508006e808182a864564eac0e0380bfcdd56a (diff)
refactor: renamed sh folder to shell
Diffstat (limited to 'docs')
-rw-r--r--docs/cheatsheet.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cheatsheet.md b/docs/cheatsheet.md
index 356fcc4..71906a7 100644
--- a/docs/cheatsheet.md
+++ b/docs/cheatsheet.md
@@ -193,6 +193,6 @@ New-ItemProperty -Path $key.PSPath -Name "gpg-bridge" -Value "$cmdl"
### In WSL2
-The only setup needed for getting the YubiKey working in WSL2 is to source/copy-paste [gpg.sh](sh/gpg.sh) in your shell profile.
+The only setup needed for getting the YubiKey working in WSL2 is to source/copy-paste [gpg.sh](shell/gpg.sh) in your shell profile.
Along with the initialization code, I wrote a small function the resets all the related agents/sockets. If you do not attempt to access the Yubikey while it is not inserted, in my experience, gpg works great has no issues once reinserting the Yubikey. It is only (inconsistently) when you try to access a Yubikey that you have removed that puts it in a failed state. \ No newline at end of file