mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- correct paths are now written to default .taskrc
This commit is contained in:
parent
6e52194ab0
commit
070ec91566
3 changed files with 19 additions and 13 deletions
|
@ -583,16 +583,16 @@ void Config::createDefaultRC (const std::string& rc, const std::string& data)
|
|||
<< _defaults.substr (0, loc + 14)
|
||||
<< data
|
||||
<< "\n\n# Color theme (uncomment one to use)\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/light-16.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/light-256.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-16.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-256.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-red-256.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-green-256.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-blue-256.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-violets-256.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-yellow-green.theme\n"
|
||||
<< "#include /usr/local/share/doc/task/rc/dark-gray-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/light-16.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/light-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-16.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-red-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-green-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-blue-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-violets-256.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-yellow-green.theme\n"
|
||||
<< "#include " << TASK_RCDIR << "/dark-gray-256.theme\n"
|
||||
<< "\n";
|
||||
|
||||
// Write out the new file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue