summaryrefslogtreecommitdiffstats
path: root/pkg/config/app_config.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config/app_config.go')
-rw-r--r--pkg/config/app_config.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index dce027c8a..b5503d6fd 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -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}}'
`)
}