mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02:00
Merge pull request #1448 from Ryooooooga/feature/fix-open-files-in-windows
Fix open command in Windows #1403
This commit is contained in:
commit
bdea3b7dcf
@ -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}}`,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user