mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Added documentation for 'include' to taskrc.5
This commit is contained in:
parent
72763f2a2b
commit
68ae9173ae
1 changed files with 11 additions and 0 deletions
|
@ -100,6 +100,17 @@ $ task config
|
||||||
and in addition, will also perform a check of all the values in the file,
|
and in addition, will also perform a check of all the values in the file,
|
||||||
warning you of anything it finds amiss.
|
warning you of anything it finds amiss.
|
||||||
|
|
||||||
|
.SH NESTING CONFIGURATION FILES
|
||||||
|
The .taskrc can include other files containing configuration settings by using the
|
||||||
|
.B include
|
||||||
|
statement:
|
||||||
|
|
||||||
|
.RS
|
||||||
|
include <path/to/the/configuration/file/to/be/included>
|
||||||
|
.RE
|
||||||
|
|
||||||
|
By using include files you can divide your main configuration file into several ones containing just the relevant configuration data like colors, etc.
|
||||||
|
|
||||||
.SH CONFIGURATION VARIABLES
|
.SH CONFIGURATION VARIABLES
|
||||||
Valid variable names and their default values are:
|
Valid variable names and their default values are:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue