diff options
Diffstat (limited to 'cower/config')
-rw-r--r-- | cower/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cower/config b/cower/config index 0dec69d..fcd8d1c 100644 --- a/cower/config +++ b/cower/config @@ -9,7 +9,7 @@ # Use color in the output. This takes an optional arg of auto/never/always, # identical to the command line arg --color. If no arg is specified, this is # assumed to mean auto. -Color = auto +Color = always # Connection timeout to be passed to curl. Setting this to 0 will disable # timeouts. |