dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 5617e40b6295debe68c491a75d094721254e62b4 (patch)
parent bf731e5a61eaae10ca4be888b5675adc75371302
Author: Alex Karle <alex@alexkarle.com>
Date:   Fri, 11 Nov 2022 10:37:04 -0500

git: Use vi instead of ed as editor

At some point, this was a fun way to stay in touch with ed..
now it's just a surprise whenever I install a new system :)

Diffstat:
M.gitconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,5 +1,5 @@ [core] - editor = ed + editor = vi [user] email = alex@alexkarle.com