From 26f06d51b4695488e15aeec778bb5bf15207de67 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 26 Feb 2019 10:07:54 +0100 Subject: [PATCH] Set nvim as default EDITOR environment variable --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 879c54b..2f62290 100644 --- a/.profile +++ b/.profile @@ -2,4 +2,4 @@ export XDG_CONFIG_DIR="$HOME/.config" export XDG_CONFIG_HOME=$XDG_CONFIG_DIR export XDG_CACHE_HOME="$HOME/.cache" - +export EDITOR=nvim