mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-17 00:18:05 +02:00
Revert commits related to using an interactive shell for running shell commands
This reverts commitsf28b6f439d
,dbd407c01d
,5fac40c129
, and5a3049485c
.
This commit is contained in:
@ -31,7 +31,7 @@ func (self *ShellCommandAction) Call() error {
|
||||
|
||||
self.c.LogAction(self.c.Tr.Actions.CustomCommand)
|
||||
return self.c.RunSubprocessAndRefresh(
|
||||
self.c.OS().Cmd.NewInteractiveShell(command),
|
||||
self.c.OS().Cmd.NewShell(command),
|
||||
)
|
||||
},
|
||||
HandleDeleteSuggestion: func(index int) error {
|
||||
|
Reference in New Issue
Block a user