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