dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f52cf1873250298287ce1d65985a45e586d6b52b
parent 833b14b21282da62d1bc50cd3fb64e5ca17c7b36
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 11 Jun 2023 23:57:17 +0200

git: use nvim as editor

Diffstat:
Mgit/gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git/gitconfig b/git/gitconfig @@ -6,7 +6,7 @@ [alias] s = status - v = "!vim -c 'Git | only'" + v = "!nvim -c 'Git | only'" co = checkout cob = checkout -b f = fetch --all