commit ffa1a2911813754c2b6931fc8d838905446f36bd
parent a8e09c0a061bfe5613b99d824e172462b17b5382
Author: Anton Konyahin <me@konyahin.xyz>
Date: Mon, 3 Apr 2023 13:14:32 +0300
taskwarrior: remove taskwarrior
Diffstat:
2 files changed, 2 insertions(+), 45 deletions(-)
diff --git a/sh/.config/ksh/kshrc b/sh/.config/ksh/kshrc
@@ -58,5 +58,4 @@ set -A complete_sttemp -- $(ls ~/project/templates)
set -A complete_pkg_delete -- $(pkg_info | awk "{print \$1}")
# agenda
-calendar
-task tag:todo minimal | head -6
+calendar
+\ No newline at end of file
diff --git a/task/.config/task/taskrc b/task/.config/task/taskrc
@@ -1,43 +0,0 @@
-# [Created by task 2.6.1 6/23/2022 22:56:57]
-# Taskwarrior program configuration file.
-# For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color',
-# 'man task-sync' or 'man taskrc'
-
-# Here is an example of entries that use the default, override and blank values
-# variable=foo -- By specifying a value, this overrides the default
-# variable= -- By specifying no value, this means no default
-# #variable=foo -- By commenting out the line, or deleting it, this uses the default
-
-# You can also refence environment variables:
-# variable=$HOME/task
-# variable=$VALUE
-
-# Use the command 'task show' to see all defaults and overrides
-
-# Files
-data.location=/home/anton/data/task
-
-# To use the default location of the XDG directories,
-# move this configuration file from ~/.taskrc to ~/.config/task/taskrc and uncomment below
-
-#data.location=~/.local/share/task
-hooks.location=~/.config/task/hooks
-
-color.tag.todo=magenta
-
-# Color theme (uncomment one to use)
-#include light-16.theme
-#include light-256.theme
-#include dark-16.theme
-#include dark-256.theme
-#include dark-red-256.theme
-#include dark-green-256.theme
-#include dark-blue-256.theme
-#include dark-violets-256.theme
-#include dark-yellow-green.theme
-#include dark-gray-256.theme
-#include dark-gray-blue-256.theme
-#include solarized-dark-256.theme
-#include solarized-light-256.theme
-#include no-color.theme
-news.version=2.6.0