File tree Expand file tree Collapse file tree 8 files changed +6
-6
lines changed Expand file tree Collapse file tree 8 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11@ echo off
22
33setlocal
4- set ewd = " %~dp0 ..\pwsh \ewd.ps1"
4+ set ewd = " %~dp0 ..\bridge \ewd.ps1"
55set pwsh = powershell -NoProfile -ExecutionPolicy Unrestricted
66for /f " usebackq tokens=*" %%i IN (`%pwsh% %ewd% `) DO set dir = %%i
77
Original file line number Diff line number Diff line change 11@ echo off
22
33setlocal
4- set ewd = " %~dp0 ..\pwsh \ewd.ps1"
4+ set ewd = " %~dp0 ..\bridge \ewd.ps1"
55set pwsh = powershell -NoProfile -ExecutionPolicy Unrestricted
66for /f " usebackq tokens=*" %%i IN (`%pwsh% %ewd% `) DO set dir = %%i
77
Original file line number Diff line number Diff line change 1- $ewd = " $PSScriptRoot \ewd.ps1"
1+ $ewd = " $PSScriptRoot \..\bridge\ ewd.ps1"
22$path = (powershell - NoProfile - ExecutionPolicy Unrestricted $ewd )
33$dir = [System.IO.Path ]::GetDirectoryName($path )
44$file = [System.IO.Path ]::GetFileName($path )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ pwsh() {
1212
1313ewd () {
1414 cd " $( dirname " $0 " ) " || exit 1
15- pwsh ../pwsh /ewd.ps1
15+ pwsh ../bridge /ewd.ps1
1616}
1717
1818ewd=$( ewd) || abort
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ open_editor() {
109109open_explorer () {
110110 path=$( wslpath -aw " $1 " )
111111 cd " $( dirname " $0 " ) "
112- pwsh ../pwsh /eopen.ps1 " file://$path "
112+ pwsh ../bridge /eopen.ps1 " file://$path "
113113}
114114
115115open_shell () {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pwsh() {
1111
1212ewd () {
1313 cd " $( dirname " $0 " ) " || exit 1
14- pwsh ../pwsh /ewd.ps1
14+ pwsh ../bridge /ewd.ps1
1515}
1616
1717ewd=$( ewd) || abort
You can’t perform that action at this time.
0 commit comments