mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context: Document the availability of environment variables in the taskrc
This commit is contained in:
parent
30c3893499
commit
36604c95d2
1 changed files with 4 additions and 0 deletions
|
@ -67,6 +67,10 @@ std::string configurationDefaults =
|
|||
"# variable= -- By specifying no value, this means no default\n"
|
||||
"# #variable=foo -- By commenting out the line, or deleting it, this uses the default\n"
|
||||
"\n"
|
||||
"# You can also refence environment variables:\n"
|
||||
"# variable=$HOME/task\n"
|
||||
"# variable=$VALUE\n"
|
||||
"\n"
|
||||
"# Use the command 'task show' to see all defaults and overrides\n"
|
||||
"\n"
|
||||
"# Files\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue