Skip to content

Commit

Permalink
Fix wsl gpg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Mar 6, 2020
1 parent c84a915 commit 69799cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified install.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion plugins/wsl-gpg/plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# the password, so we add a environment variable to fix that.
if grep -q "Microsoft" "/proc/version" || grep -q ".*microsoft-standard*." "/proc/version"
then
write_zshrc "export GPG_TTY=$(tty)"
write_zshrc "export GPG_TTY=\$(tty)"
echo "Applied wsl-gpg fix to support gpg on wsl!"
fi

0 comments on commit 69799cc

Please sign in to comment.