From 62ea1d4872819977b2064b86fa63bf8565a33548 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 25 May 2025 21:22:46 -0700 Subject: [PATCH] bin(nvc): start editor in correct directory --- .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 250fb1b..84367de 100755 --- a/.config/shell/bin/nvc +++ b/.config/shell/bin/nvc @@ -2,5 +2,5 @@ # Purpose: edit nvim configuration while being cd'd into the directory that # most of the files live so they can easily be :e'd # Usage: nvc [$EDITOR options] -cd ~/.config/nvim/lua \ +cd ~/.config/nvim \ && $EDITOR "$@" ../init.lua