mirror of
https://github.com/nushell/nushell.git
synced 2025-06-08 11:06:55 +02:00
# Description This PR fixes regressions introduced by #15881. # User-Facing Changes None. # Tests + Formatting See nushell/integrations#57. # After Submitting None.
This commit is contained in:
parent
fc813af4c8
commit
8671a3dbbd
@ -278,7 +278,7 @@
|
|||||||
<SetProperty Id="ReplacePathsInWindowsTerminalProfile"
|
<SetProperty Id="ReplacePathsInWindowsTerminalProfile"
|
||||||
Sequence="execute"
|
Sequence="execute"
|
||||||
After="CostFinalize"
|
After="CostFinalize"
|
||||||
Value=""[#nu.exe]" -c "let doc = (open `[#WindowsTerminalProfileFile]` | update profiles.commandline `\"[#nu.exe]\"` | update profiles.icon `\"[#nu.ico]\"`); $doc | save -f `[#WindowsTerminalProfileFile]`""
|
Value=""[#nu.exe]" -c "let doc = (open `[#WindowsTerminalProfileFile]` | update profiles.commandline `\"[#nu.exe]\"` | update profiles.icon `[#nu.ico]`); $doc | save -f `[#WindowsTerminalProfileFile]`""
|
||||||
Condition="&WindowsTerminalProfileFeature=3" />
|
Condition="&WindowsTerminalProfileFeature=3" />
|
||||||
|
|
||||||
<!-- Defines the custom action that updates paths in the Windows Terminal profile JSON file -->
|
<!-- Defines the custom action that updates paths in the Windows Terminal profile JSON file -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user