summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-31 18:43:54 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-09-01 11:38:32 +1000
commitae0d88f855773dd76432487509f9af13f987a812 (patch)
tree849249573b2b809a0b9e406cd15ee000cc92ec76 /pkg/config
parentcff1dee6dcb303e789b804bbe270a0032f0b76a7 (diff)
WIP using runDirectCommand with xdg-open
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index c85b8e5eb..dce027c8a 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -218,9 +218,9 @@ func GetDefaultConfig() []byte {
- white
optionsTextColor:
- blue
-git:
+# git:
# stuff relating to git
-os:
+# os:
# stuff relating to the OS
update:
method: prompt # can be: prompt | background | never