diff options
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" |
