From 3e1a04feaeb8123b42da3bd5026d94e95871b784 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 11 Jul 2026 14:40:20 +0200 Subject: [PATCH] feat(tasks): remove notes sync --- ayo.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ayo.sh b/ayo.sh index 12d04ad..50d78c2 100755 --- a/ayo.sh +++ b/ayo.sh @@ -78,12 +78,10 @@ case $1 in . ${scripts_dir}/git.sh "$@" ;; n | notes) - . ${scripts_dir}/notes.sh $@ + . ${scripts_dir}/notes.sh "$@" ;; t | tasks) - . ${scripts_dir}/notes.sh sync TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}" - . ${scripts_dir}/notes.sh sync ;; j | journal) . ${scripts_dir}/journal.sh "$@"