From cac4c904ac858d19dbd6728466063fe0560ca296 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Jun 2025 14:33:26 +0200 Subject: [PATCH] feat: removed sync subcommands as we now do it automatically --- ayo.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ayo.sh b/ayo.sh index 2822937..23a7f73 100755 --- a/ayo.sh +++ b/ayo.sh @@ -6,12 +6,6 @@ case $1 in ja) # journal append . ${HOME}/Projects/scripts/journal.sh append $2 $3 $4 $5 $6 $7 $8 $9 ;; - js) # journal sync (same as ns) - . ${HOME}/Projects/scripts/journal.sh sync $2 $3 $4 $5 $6 $7 $8 $9 - ;; - ns) # notes sync - . ${HOME}/Projects/scripts/notes.sh sync $2 $3 $4 $5 $6 $7 $8 $9 - ;; gs) # git status . ${HOME}/Projects/scripts/git.sh stat $2 $3 $4 $5 $6 $7 $8 $9 ;;