From 293fe4fc6bd4a8c1ca9edfe452a5cbe30f36534a Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 27 Feb 2026 09:43:44 +0100 Subject: [PATCH] Better order, makes working dir for notes correct too --- bin/worknotes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/worknotes b/bin/worknotes index 5abeed7..dcfbbfe 100755 --- a/bin/worknotes +++ b/bin/worknotes @@ -1,10 +1,10 @@ #!/bin/bash -cd ~/divaultplan -git pull -cd ~/divaultphren -git pull +#cd ~/divaultphren +#git pull cd ~/divaultwiki git pull +cd ~/divaultplan +git pull #vim -c ":vsp planning_2015.todo" notes_2015.md notes_2014.md if ! command -v nvim >/dev/null 2>&1; then vim -c "set nofoldenable" ~/divaultplan/planning_2026.md