From 38d8af5af7c0614490e0471d82ed27c3444befdd Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 29 Jul 2020 15:48:32 +0100 Subject: simplify VISUAL --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 8b3303a..5d9c056 100644 --- a/.zprofile +++ b/.zprofile @@ -3,7 +3,7 @@ export BROWSER=vimb export EDITOR=nvim export READER=zathura export TERMINAL=termite -export VISUAL=nvim +export VISUAL=$EDITOR # Exports to move certain files around export LESSHISTFILE="-" -- cgit v1.2.3