This website requires JavaScript.
Explore
Help
Sign In
Marty
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
3
Pull requests
Projects
Releases
Wiki
Activity
8bf61fc582
dotfiles
/
office
/
.config
/
sh
/
env.d
/
taskwarrior-xdg.sh
4 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
taskwarrior: Move xdg env variable to module
2020-12-25 14:02:18 +00:00
#!/usr/bin/env sh
taskwarrior: Fix taskopen note directory location Fixed error in configuration file location for taskopen alias which put the config file instead of the notes directory. Now configuration file correctly resides in $XDG_CONFIG_HOME/task/taskopenrc and notes dir is $XDG_DATA_HOME/task/notes. Notes can now correctly be created by doing `task <id> annotate Note`.
2021-08-24 21:09:11 +00:00
[
-d
"
$XDG_DATA_HOME
/task/notes
"
]
||
mkdir -p
"
$XDG_DATA_HOME
/task/notes
"
Reference in a new issue
Copy permalink