summaryrefslogtreecommitdiffstats
path: root/pkg/config
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-09-05 23:02:13 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-09-05 23:02:13 +1000
commita2d40cfbf1df9c6cd7107e9356cca6dbac031f40 (patch)
treecda6bc640b3a7845a20c65c70e53dcda1c93694a /pkg/config
parent986774e5c7ddf5c1de1e1adb831baac84a2dae66 (diff)
allow users to configure whether the commit length is shown
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 3c272e520..ae713a212 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -222,6 +222,8 @@ func GetDefaultConfig() []byte {
- white
optionsTextColor:
- blue
+ commitLength:
+ show: true
update:
method: prompt # can be: prompt | background | never
days: 14 # how often a update is checked for