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