scripts: 'pwsh' script now uses env-share

This commit is contained in:
Valerie Wolfe 2024-07-12 14:37:40 -04:00
parent 32731b72b1
commit c96fc7bbcb

View file

@ -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