1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-04 03:48:07 +02:00

update config

This commit is contained in:
Jesse Duffield 2018-09-01 12:15:52 +10:00
parent 3f14b764d5
commit f127ae62bb
2 changed files with 5 additions and 7 deletions

View File

@ -14,10 +14,8 @@
- white
optionsTextColor:
- blue
git:
# stuff relating to git
os:
# stuff relating to the OS
openCommand: 'open {{filename}}'
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for

View File

@ -218,14 +218,14 @@ func GetDefaultConfig() []byte {
- white
optionsTextColor:
- blue
# git:
# stuff relating to git
# os:
# stuff relating to the OS
update:
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for
reporting: 'undetermined' # one of: 'on' | 'off' | 'undetermined'
# git:
# stuff relating to git
# os:
# openCommand: 'code -r {{filename}}'
`)
}