diff --git a/Taskfile.yml b/Taskfile.yml index 4e0bcda..7712b73 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -60,11 +60,6 @@ tasks: cmds: - git status - notes:pull: - desc: Pull latest changes (alias for sync) - cmds: - - task notes:sync - notes:diff: desc: Show uncommitted changes in notes dir: '{{.NOTES_DIR}}'