From c96fc7bbcb65afe0146dab4af88ea5c746a61af2 Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Fri, 12 Jul 2024 14:37:40 -0400 Subject: [PATCH] scripts: 'pwsh' script now uses env-share --- scripts/pwsh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/pwsh.sh b/scripts/pwsh.sh index 2f987c1..a33d496 100755 --- a/scripts/pwsh.sh +++ b/scripts/pwsh.sh @@ -1,5 +1,7 @@ #!/usr/bin/bash +env-share 2> /dev/null + # try to use system-wide version first. # this usually fails, but it's worth a shot. if [[ -r '/mnt/c/Program Files/WindowsApps/' ]]; then