dotfiles/.config/shell/bin/nvc

7 lines
207 B
Text
Raw Normal View History

#!/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