From d3cf57cb16d9803c207a732b8c122335d624bdd8 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 11 Sep 2023 20:59:07 +0100 Subject: [PATCH] fix: change `create-daily` to use `nvim` --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8a1199b3..0166f878 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ start: create-daily date title: #!/usr/bin/env bash - vim $(./tools/scripts/create-daily.sh {{ date }} "{{ title }}") + nvim $(./tools/scripts/create-daily.sh {{ date }} "{{ title }}") deploy sha: rsync -r -avhP --delete dist/* opdavies@104.248.165.137:/srv/oliverdavies.uk