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.read=-work +home or -TAGGED
|
||||||
context.home.write=+home
|
context.home.write=+home
|
||||||
|
|
||||||
include ~/.config/task/intheam
|
#include ~/.config/task/intheam
|
||||||
#include ~/.config/task/wingtask
|
#include ~/.config/task/wingtask
|
||||||
context=work
|
context=work
|
||||||
|
|
|
@ -51,4 +51,4 @@
|
||||||
[help]
|
[help]
|
||||||
autocorrect = 20
|
autocorrect = 20
|
||||||
[merge]
|
[merge]
|
||||||
conflictstyle = diff3
|
conflictstyle = zdiff3
|
||||||
|
|
|
@ -24,6 +24,6 @@ url.regex="((?:www|http).*)"
|
||||||
url.command="/usr/bin/xdg-open $LAST_MATCH"
|
url.command="/usr/bin/xdg-open $LAST_MATCH"
|
||||||
url.modes="batch,any,normal"
|
url.modes="batch,any,normal"
|
||||||
thunderlink.regex="(cb)?thunderlink:.*"
|
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.regex="joplin:.*"
|
||||||
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
joplin.command="/home/kellya/.joplin/Joplin.AppImage $FILE"
|
||||||
|
|
Loading…
Reference in a new issue