aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkj-sh6042024-07-25 13:54:31 -0400
committerkj-sh6042024-07-25 13:54:31 -0400
commit0f4a1ec4a94e2717e911385f810065101c265906 (patch)
tree2a0d37ce40bae2c894f169c126f9a69babd9ef16 /.config
parentbdee53eac1c9c2ce73dabb0aa8ecff9d83333e5a (diff)
refactor: revert to `nvim`
Diffstat (limited to '.config')
-rw-r--r--.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index c0d7e17..fae5ca6 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -1,6 +1,6 @@
#!/bin/sh
-export EDITOR=vi
+export EDITOR=nvim
export TERM=xterm-256color
export TMPDIR="/tmp"
export LANG="en_US.UTF-8"