shell: nvc is now a script rather than an alias
This commit is contained in:
parent
514e74698c
commit
d192524325
2 changed files with 9 additions and 1 deletions
6
.config/shell/bin/nvc
Executable file
6
.config/shell/bin/nvc
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# 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
|
||||
cd ~/.config/nvim/lua/blake \
|
||||
&& nvim ../../init.lua
|
Loading…
Add table
Add a link
Reference in a new issue