shell: update nvc to handle new nvim config
This commit is contained in:
parent
1ac141b8ce
commit
0921d0709c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue