mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
Change not to use cat command
This commit is contained in:
committed by
Jesse Duffield
parent
711bd5a670
commit
c3d7de1c18
@ -3,7 +3,6 @@ package oscommands
|
||||
func getPlatform() *Platform {
|
||||
return &Platform{
|
||||
OS: "windows",
|
||||
CatCmd: []string{"cmd", "/c", "type"},
|
||||
Shell: "cmd",
|
||||
ShellArg: "/c",
|
||||
EscapedQuote: `\"`,
|
||||
|
Reference in New Issue
Block a user