feat(tasks): remove notes sync
This commit is contained in:
parent
fd17cd4095
commit
3e1a04feae
1 changed files with 1 additions and 3 deletions
4
ayo.sh
4
ayo.sh
|
|
@ -78,12 +78,10 @@ case $1 in
|
||||||
. ${scripts_dir}/git.sh "$@"
|
. ${scripts_dir}/git.sh "$@"
|
||||||
;;
|
;;
|
||||||
n | notes)
|
n | notes)
|
||||||
. ${scripts_dir}/notes.sh $@
|
. ${scripts_dir}/notes.sh "$@"
|
||||||
;;
|
;;
|
||||||
t | tasks)
|
t | tasks)
|
||||||
. ${scripts_dir}/notes.sh sync
|
|
||||||
TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}"
|
TASKS_HOME="${tasks_dir}" TASKS_TEMPLATE="${tasks_template}" ${scripts_dir}/tasks "${@:2}"
|
||||||
. ${scripts_dir}/notes.sh sync
|
|
||||||
;;
|
;;
|
||||||
j | journal)
|
j | journal)
|
||||||
. ${scripts_dir}/journal.sh "$@"
|
. ${scripts_dir}/journal.sh "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue