mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-31 23:19:40 +02:00
update config docs for auto updates
This commit is contained in:
parent
57decdd11d
commit
12261ceb05
@ -18,6 +18,9 @@
|
|||||||
# stuff relating to git
|
# stuff relating to git
|
||||||
os:
|
os:
|
||||||
# stuff relating to the OS
|
# stuff relating to the OS
|
||||||
|
update:
|
||||||
|
method: prompt # can be: prompt | background | never
|
||||||
|
days: 14 # how often an update is checked for
|
||||||
```
|
```
|
||||||
|
|
||||||
## Color Attributes:
|
## Color Attributes:
|
||||||
|
@ -223,8 +223,8 @@ func getDefaultConfig() []byte {
|
|||||||
os:
|
os:
|
||||||
# stuff relating to the OS
|
# stuff relating to the OS
|
||||||
update:
|
update:
|
||||||
method: prompt # can be prompt | background | never
|
method: prompt # can be: prompt | background | never
|
||||||
days: 7 # only applies for prompt/background update methods
|
days: 14 # how often a update is checked for
|
||||||
`)
|
`)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user