From efbe556a6a51542aed2b947988fb974fc8aa2ae4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 11 Jul 2026 12:04:05 +0200 Subject: [PATCH] feat(tasks): use tasks_dir variable --- ayo.sh | 2 +- example.conf | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ayo.sh b/ayo.sh index 61bb451..3ac05ec 100755 --- a/ayo.sh +++ b/ayo.sh @@ -81,7 +81,7 @@ case $1 in . ${scripts_dir}/notes.sh $@ ;; t | tasks) - TASKS_HOME=${TASKS_HOME} /${scripts_dir}/task-tui "${@:2}" + TASKS_HOME="${tasks_dir}" /${scripts_dir}/task-tui "${@:2}" ;; j | journal) . ${scripts_dir}/journal.sh "$@" diff --git a/example.conf b/example.conf index 619c154..68fcd62 100644 --- a/example.conf +++ b/example.conf @@ -1,4 +1,5 @@ notes_dir="${HOME}/Notes" +tasks_dir="${HOME}/Notes/Tasks" scripts_dir="${HOME}/Projects/scripts" editor="vim" skip_flatpak=true @@ -21,6 +22,3 @@ agent_modelfile="${HOME}/path-to/Modelfile-agent" secondary=HDMI-1 main=HDMI-0 internal=eDP-1-1 - -# tasks -TASK_HOME="%{HOME}/Notes/Tasks"