summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorAmin Bandali <bandali@kelar.org>2024-03-29 23:56:00 -0400
committerAmin Bandali <bandali@kelar.org>2024-03-29 23:56:00 -0400
commit7e4ec818f2834ecb4e8b7a67731f8e8f92a7b7b5 (patch)
tree29f24a8e11ed628aec0872177df753c8d6689c03 /.profile
parent31dd3a239cfa8ca3fa8af9e24c1f71e5d6017859 (diff)
downloadconfigs-7e4ec818f2834ecb4e8b7a67731f8e8f92a7b7b5.tar.gz
configs-7e4ec818f2834ecb4e8b7a67731f8e8f92a7b7b5.tar.xz
configs-7e4ec818f2834ecb4e8b7a67731f8e8f92a7b7b5.zip
Adjust 'editor' settings
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"