1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00

Change not to use cat command

This commit is contained in:
Ryooooooga
2021-08-23 22:35:19 +09:00
committed by Jesse Duffield
parent 711bd5a670
commit c3d7de1c18
5 changed files with 6 additions and 39 deletions

View File

@ -9,7 +9,6 @@ import (
func getPlatform() *Platform {
return &Platform{
OS: runtime.GOOS,
CatCmd: []string{"cat"},
Shell: "bash",
ShellArg: "-c",
EscapedQuote: `"`,