From c684f938f4a4b5e1e2b413ac7c14f081ab294fa0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 18 Jun 2017 00:48:04 +0200 Subject: zprofile: Set EDITOR=nvim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This really shouldn't be necessary, because things should use VISUAL, and EDITOR shouldn't have to be a visual editor... Signed-off-by: Johannes Löthberg --- zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zprofile b/zsh/zprofile index 98e35e8..f5fd502 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -29,7 +29,7 @@ export XAUTHORITY="$XDG_RUNTIME_DIR"/xauthority export ABSROOT="$HOME"/build/abs export VISUAL=nvim -export NVIM_TUI_ENABLE_TRUE_COLOR=1 +export EDITOR=nvim export BROWSER=chromium export TERMINAL=termite -- cgit v1.2.3-54-g00ecf