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