diff options
| author | kj-sh604 | 2024-07-25 13:55:59 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-07-25 13:55:59 -0400 |
| commit | ebb7e4c9a37b159f1800b1515382cb53cea674d8 (patch) | |
| tree | 422156fed5bbb74284e61811bf57dbb3d64a41f5 /.config/shell/profile | |
| parent | 0f4a1ec4a94e2717e911385f810065101c265906 (diff) | |
refactor: move to `vi`
Diffstat (limited to '.config/shell/profile')
| -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 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" |
