From b321e49b220ef73eb7c886f6dbedc8979b5b0590 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Fri, 30 May 2025 01:07:03 -0700 Subject: [PATCH] nvc: better starting file --- .config/shell/bin/nvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/nvc b/.config/shell/bin/nvc index 84367de..190377a 100755 --- a/.config/shell/bin/nvc +++ b/.config/shell/bin/nvc @@ -3,4 +3,4 @@ # most of the files live so they can easily be :e'd # Usage: nvc [$EDITOR options] cd ~/.config/nvim \ - && $EDITOR "$@" ../init.lua + && $EDITOR "$@" ./lua/blake/init.lua