taskwarrior: Adapt tw config file for 2.6 update
Modified some options per the taskwarrior recommendations, switched from custom XDG compliance to default implementation newly added to program.
This commit is contained in:
parent
3a5a6d19b4
commit
86dc69c31f
2 changed files with 6 additions and 7 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
export TASKRC="$XDG_CONFIG_HOME/task/taskrc"
|
||||
|
||||
[ -d "$XDG_DATA_HOME/task/notes" ] || mkdir -p "$XDG_DATA_HOME/task/notes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue