Compare commits

..

No commits in common. "fe2ac6cb698bfb873f8f0f5cbffb43247de67d3f" and "49354af35e81f61e89d8b22c2a5e13ff9a59ff05" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -51,4 +51,4 @@
[help]
autocorrect = 20
[merge]
conflictstyle = zdiff3
conflictstyle = diff3

View file

@ -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="/home/kellya/bin/cb_thunderlink/cb_thunderlink $FILE"
thunderlink.command="/usr/bin/xdg-open $FILE"
joplin.regex="joplin:.*"
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"