aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkj-sh6042024-07-25 13:55:59 -0400
committerkj-sh6042024-07-25 13:55:59 -0400
commitebb7e4c9a37b159f1800b1515382cb53cea674d8 (patch)
tree422156fed5bbb74284e61811bf57dbb3d64a41f5 /.config/shell
parent0f4a1ec4a94e2717e911385f810065101c265906 (diff)
refactor: move to `vi`
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
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"