From 69799ccb85d9616bcf13d28162386f86364f21e9 Mon Sep 17 00:00:00 2001 From: Pascal Zarrad Date: Sat, 7 Mar 2020 00:12:23 +0100 Subject: [PATCH 1/2] Fix wsl gpg plugin --- install.sh | 0 plugins/wsl-gpg/plugin.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.sh diff --git a/install.sh b/install.sh old mode 100644 new mode 100755 diff --git a/plugins/wsl-gpg/plugin.sh b/plugins/wsl-gpg/plugin.sh index 0c47099..b314ae5 100755 --- a/plugins/wsl-gpg/plugin.sh +++ b/plugins/wsl-gpg/plugin.sh @@ -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 From 5de8e9684d08dfc854665697ec0f9c46aee3399f Mon Sep 17 00:00:00 2001 From: Pascal Zarrad Date: Sat, 7 Mar 2020 00:15:46 +0100 Subject: [PATCH 2/2] Bump version --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 04f4bb0..711a0fe 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ #================================================================== # Semantic versioning version constant -readonly PSH_VERSION="1.0.1" +readonly PSH_VERSION="1.0.2" echo "PSH - VERSION: ${PSH_VERSION}" # Dependencies that need to be installed with root privileges through apt-get