mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-25 22:32:13 +02:00
Fix open command in Windows
This commit is contained in:
@@ -5,7 +5,7 @@ func GetPlatformDefaultConfig() OSConfig {
|
|||||||
return OSConfig{
|
return OSConfig{
|
||||||
EditCommand: ``,
|
EditCommand: ``,
|
||||||
EditCommandTemplate: `{{editor}} {{filename}}`,
|
EditCommandTemplate: `{{editor}} {{filename}}`,
|
||||||
OpenCommand: `cmd /c "start "" {{filename}}"`,
|
OpenCommand: `cmd /c start "" {{filename}}`,
|
||||||
OpenLinkCommand: `cmd /c "start "" {{link}}"`,
|
OpenLinkCommand: `cmd /c start "" {{link}}`,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user