From ebb7e4c9a37b159f1800b1515382cb53cea674d8 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Thu, 25 Jul 2024 13:55:59 -0400 Subject: refactor: move to `vi` --- .config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/shell') diff --git a/.config/shell/profile b/.config/shell/profile index fae5ca6..c0d7e17 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,6 +1,6 @@ #!/bin/sh -export EDITOR=nvim +export EDITOR=vi export TERM=xterm-256color export TMPDIR="/tmp" export LANG="en_US.UTF-8" -- cgit v1.2.3