mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04: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 a new issue