bin(nvc): start editor in correct directory

This commit is contained in:
PowerUser64 2025-05-25 21:22:46 -07:00
parent 4572baa5b4
commit 62ea1d4872

View file

@ -2,5 +2,5 @@
# Purpose: edit nvim configuration while being cd'd into the directory that # Purpose: edit nvim configuration while being cd'd into the directory that
# most of the files live so they can easily be :e'd # most of the files live so they can easily be :e'd
# Usage: nvc [$EDITOR options] # Usage: nvc [$EDITOR options]
cd ~/.config/nvim/lua \ cd ~/.config/nvim \
&& $EDITOR "$@" ../init.lua && $EDITOR "$@" ../init.lua