jesseduffield / jesseduffield/lazygit

Is there a way to suppress echoing of commands?

Open
#3,204 3 comments 1 reaction 0 assignees View on GitHub
discussion
Dominant language
Go
Stars
82.4k
Forks
3k
Avg merge
2d 18h
Merged PRs (30d)
19

Description

When I exit lazygit, I often see a list of (some of?) the bash commands that have been issued on my behalf:
```
+ bash -c ...
+ bash -c ...
```
It happens for both built-in and custom commands. To reproduce with a built-in command:

- Open lazygit.
- Select the Commits window.
- Hit Enter on a commit to get the Diff window.
- Select a file and hit 'e' to edit it.
- Exit the editor.
- Exit lazygit.
- Note the echoed edit command in the terminal - in my case: ```+ bash -c vim -- "notes"```

Is there a way to suppress the echoing of the commands?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.