mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Color
- Removed coloring of only the due date, which is operating outside of the colorization rules. - Removed commented out code.
This commit is contained in:
parent
77e98c8c03
commit
eeefc8a992
2 changed files with 2 additions and 30 deletions
|
@ -363,8 +363,6 @@ void Context::loadCorrectConfigFile ()
|
|||
"Could not read home directory from the passwd file."));
|
||||
|
||||
std::string home = pw->pw_dir;
|
||||
// std::string rc = home + "/.taskrc";
|
||||
// std::string data = home + "/.task";
|
||||
File rc (home + "/.taskrc");
|
||||
Directory data (home + "./task");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue