mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 14:07:21 +02:00
update docs to specify XDG_CONFIG_HOME is a valid option
This commit is contained in:
parent
5256797ea9
commit
dea098d155
2 changed files with 28 additions and 2 deletions
|
@ -1314,6 +1314,10 @@ Specifies an alternate configuration file with highest priority.
|
|||
.B TASKRC=<path-to-alternate-file> task ..
|
||||
The environment variable specifies an alternate configuration file to use.
|
||||
|
||||
.TP
|
||||
.B XDG_CONFIG_HOME=<path-to-alternate-config-home> task ..
|
||||
The environment variable specifies an alternate configuration file to use.
|
||||
|
||||
.TP
|
||||
.B task rc.<name>:<value> ...
|
||||
.B task rc.<name>=<value> ...
|
||||
|
@ -1340,7 +1344,10 @@ this man page.
|
|||
.TP
|
||||
~/.taskrc
|
||||
User configuration file - see also taskrc(5). Note that this can be
|
||||
overridden on the command line or by the TASKRC environment variable.
|
||||
overridden on the command line or by the TASKRC environment variable. Also, if
|
||||
.I ~/.taskrc
|
||||
doesn't exist and XDG_CONFIG_HOME environment variable is defined, taskwarrior
|
||||
will check if $XDG_CONFIG_HOME/task/taskrc exists and attempt to read it
|
||||
|
||||
.TP
|
||||
~/.task
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue