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
|
# 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/blake \
|
cd ~/.config/nvim/lua \
|
||||||
&& $EDITOR "$@" ../../init.lua
|
&& $EDITOR "$@" ../init.lua
|
||||||
|
|
Loading…
Add table
Reference in a new issue