mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 20:36:03 +02:00
Remove an outdated comment
Lazygit doesn't touch this, the comment is just not true. I wonder if we need the config at all, actually; I'd be in favor of removing it.
This commit is contained in:
parent
7492521829
commit
91cb33db85
2 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,6 @@ type UserConfig struct {
|
|||
// Config relating to things outside of Lazygit like how files are opened, copying to clipboard, etc
|
||||
OS OSConfig `yaml:"os,omitempty"`
|
||||
// If true, don't display introductory popups upon opening Lazygit.
|
||||
// Lazygit sets this to true upon first runninng the program so that you don't see introductory popups every time you open the program.
|
||||
DisableStartupPopups bool `yaml:"disableStartupPopups"`
|
||||
// User-configured commands that can be invoked from within Lazygit
|
||||
CustomCommands []CustomCommand `yaml:"customCommands" jsonschema:"uniqueItems=true"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue