diff --git a/office/.config/sh/env.d/taskopen-xdg.sh b/office/.config/sh/env.d/taskopen-xdg.sh deleted file mode 100644 index 5aac3a7..0000000 --- a/office/.config/sh/env.d/taskopen-xdg.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -export TASKOPENRC="${XDG_CONFIG_HOME:-"$HOME/.config"}/task/taskopenrc" diff --git a/office/.config/task/taskopenrc b/office/.config/task/taskopenrc deleted file mode 100644 index a446a24..0000000 --- a/office/.config/task/taskopenrc +++ /dev/null @@ -1,20 +0,0 @@ -[General] -EDITOR = nvim -taskbin = task -path_ext = /usr/share/taskopen/scripts - -[Actions] -note_custom_ext.regex = "^Note\\.?(.*)?" -note_custom_ext.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.$LAST_MATCH" - -notes.regex = "^Note$" -notes.command = "$EDITOR ${XDG_DATA_HOME:-$HOME/.local/share}/task/notes/$UUID.md" - -links.regex = "^https?://" -links.command = "open $FILE" - -mail.regex = "^<.*@.*>$" -mail.command = "notmuch show mid:${FILE:1:-1}" - -[CLI] -