From 0921d0709c5f9828c4b7df164680a9335cfb6216 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 27 Jan 2025 11:25:07 -0800 Subject: [PATCH] shell: update nvc to handle new nvim config --- .config/shell/bin/nvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/bin/nvc b/.config/shell/bin/nvc index 920241a..250fb1b 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/blake \ - && $EDITOR "$@" ../../init.lua +cd ~/.config/nvim/lua \ + && $EDITOR "$@" ../init.lua