summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index d428603bc..7f342df7f 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -14,10 +14,13 @@
- white
optionsTextColor:
- blue
+ commitLength:
+ show: true
update:
method: prompt # can be: prompt | background | never
days: 14 # how often an update is checked for
reporting: 'undetermined' # one of: 'on' | 'off' | 'undetermined'
+ confirmOnQuit: false
```
## Platform Defaults:
@@ -33,7 +36,7 @@
```
os:
- openCommand: 'bash -c \"xdg-open {{filename}} &>/dev/null &\"'
+ openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'
```
### OSX: