Merge branch 'master' of git.blakenorth.net/home/git/dotfiles

This commit is contained in:
PowerUser64 2022-08-21 20:57:40 -07:00
commit 0b203775dd
5 changed files with 53 additions and 38 deletions

View file

@ -1,6 +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
# Usage: nvc [$EDITOR options]
cd ~/.config/nvim/lua/blake \
&& nvim ../../init.lua
&& $EDITOR "$@" ../../init.lua