scripts: 'pwsh' script now uses env-share
This commit is contained in:
parent
32731b72b1
commit
c96fc7bbcb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue