diff --git a/dot_config/task/taskrc b/dot_config/task/taskrc index 67a60f8..dce698a 100644 --- a/dot_config/task/taskrc +++ b/dot_config/task/taskrc @@ -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 diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index b996e98..6cd52ea 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -51,4 +51,4 @@ [help] autocorrect = 20 [merge] - conflictstyle = zdiff3 + conflictstyle = diff3 diff --git a/dot_taskopenrc b/dot_taskopenrc index 6223218..d394fbb 100644 --- a/dot_taskopenrc +++ b/dot_taskopenrc @@ -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"