From eb2511cdd4d76e867adf3e3ff7be5ae8cf0bbf77 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 13 May 2023 13:19:50 -0700 Subject: [PATCH] Remove duplicated shellSetPG invocation See https://github.com/gokcehan/lf/pull/1243#discussion_r1193078282 --- app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app.go b/app.go index 9e1c693c..371abe2e 100644 --- a/app.go +++ b/app.go @@ -527,7 +527,6 @@ func (app *app) runShell(s string, args []string, prefix string) { // We are running the command asynchroniously if prefix == "%" { - shellSetPG(cmd) // TODO: Delete or document the reason to do this twice for % mode if app.ui.cmdPrefix == ">" { return }