mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
revert changes to 'os_default_platform.go' and 'os_windows.go'
Signed-off-by: Randshot <randshot@norealm.xyz>
This commit is contained in:
parent
5dfa26ea8b
commit
964e3872c1
|
|
@ -12,9 +12,9 @@ func getPlatform() *Platform {
|
|||
catCmd: "cat",
|
||||
shell: "bash",
|
||||
shellArg: "-c",
|
||||
escapedQuote: "'",
|
||||
openCommand: "open {{filename}}",
|
||||
openLinkCommand: "open {{link}}",
|
||||
escapedQuote: `\'`,
|
||||
fallbackEscapedQuote: `\"`,
|
||||
fallbackEscapedQuote: "\"",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ func getPlatform() *Platform {
|
|||
shell: "cmd",
|
||||
shellArg: "/c",
|
||||
escapedQuote: `\"`,
|
||||
fallbackEscapedQuote: `\'`,
|
||||
fallbackEscapedQuote: "\\'",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue