diff options
| author | kj-sh604 | 2024-07-25 13:54:31 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-25 13:54:31 -0400 |
| commit | 0f4a1ec4a94e2717e911385f810065101c265906 (patch) | |
| tree | 2a0d37ce40bae2c894f169c126f9a69babd9ef16 /.config/shell | |
| parent | bdee53eac1c9c2ce73dabb0aa8ecff9d83333e5a (diff) | |
refactor: revert to `nvim`
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 2 |
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" |
