From 169c5cd74339e86fb7bf0cf2e56db45994a1bd9b Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Wed, 27 Dec 2017 12:02:26 +0100 Subject: [PATCH] Add some environment variables. --- dotfiles/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/profile b/dotfiles/profile index 9518f10..16c256f 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -4,3 +4,7 @@ XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME +VISUAL='vim' +export VISUAL +EDITOR='vim' +export EDITOR