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