Compare commits
3 commits
49354af35e
...
fe2ac6cb69
Author | SHA1 | Date | |
---|---|---|---|
fe2ac6cb69 | |||
675319fbee | |||
57c53f47ac |
3 changed files with 3 additions and 3 deletions
|
@ -91,6 +91,6 @@ context.work.write=+work
|
|||
context.home.read=-work +home or -TAGGED
|
||||
context.home.write=+home
|
||||
|
||||
include ~/.config/task/intheam
|
||||
#include ~/.config/task/intheam
|
||||
#include ~/.config/task/wingtask
|
||||
context=work
|
||||
|
|
|
@ -51,4 +51,4 @@
|
|||
[help]
|
||||
autocorrect = 20
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
conflictstyle = zdiff3
|
||||
|
|
|
@ -24,6 +24,6 @@ url.regex="((?:www|http).*)"
|
|||
url.command="/usr/bin/xdg-open $LAST_MATCH"
|
||||
url.modes="batch,any,normal"
|
||||
thunderlink.regex="(cb)?thunderlink:.*"
|
||||
thunderlink.command="/usr/bin/xdg-open $FILE"
|
||||
thunderlink.command="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
|
||||
joplin.regex="joplin:.*"
|
||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
||||
|
|
Loading…
Reference in a new issue