summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.profile b/.profile
index 1f12704..bdbe88d 100644
--- a/.profile
+++ b/.profile
@@ -13,7 +13,8 @@ if [ -f "$HOME/.config/$(hostname).profile" ]; then
. "$HOME/.config/$(hostname).profile"
fi
-export EDITOR=vim
+export EDITOR=vi
+export VISUAL=emcl
export GPG_TTY=$(tty)
PATH="$HOME/.cabal/bin:$HOME/.cargo/bin:$HOME/.elan/bin:$PATH"