summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter2020-07-29 15:48:32 +0100
committerPeter2020-07-29 15:48:32 +0100
commit38d8af5af7c0614490e0471d82ed27c3444befdd (patch)
tree888bd88203de43dee7ea7d70207e3fa07448400b
parentff3fa43065203bb25a6946928e13fd32c53edfe0 (diff)
downloaddotfiles-38d8af5af7c0614490e0471d82ed27c3444befdd.tar.gz
dotfiles-38d8af5af7c0614490e0471d82ed27c3444befdd.tar.bz2
dotfiles-38d8af5af7c0614490e0471d82ed27c3444befdd.zip
simplify VISUAL
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
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="-"