Skip to content

Commit

Permalink
Remove duplicated shellSetPG invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyagr committed May 14, 2023
1 parent 0089731 commit eb2511c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit eb2511c

Please sign in to comment.