From a1c2b3c692d5cb4380b4028881169de2a09afcf0 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 8 Jan 2023 12:39:12 +0100 Subject: [PATCH] Moved work notes to their own repo --- bin/worknotes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/worknotes b/bin/worknotes index 7d320d0..85cc026 100755 --- a/bin/worknotes +++ b/bin/worknotes @@ -1,7 +1,7 @@ #!/bin/bash -cd ~/mydocs/work/divault +cd ~/divaultplan git pull cd ~/divaultphren git pull #vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md -vim -c "set nofoldenable" ~/mydocs/work/divault/planning_2023.todo ~/divaultphren/index.md +vim -c "set nofoldenable" ~/divaultplan/planning_2023.todo ~/divaultphren/index.md