From 00c3c1f3b1221e5dc2d57b53daef7eb1b0f09858 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 18 Aug 2016 11:09:47 +1200 Subject: Arrange EDITOR/VISUAL in a more typical way --- sh/profile.d/visual.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sh/profile.d/visual.sh (limited to 'sh/profile.d/visual.sh') diff --git a/sh/profile.d/visual.sh b/sh/profile.d/visual.sh new file mode 100644 index 00000000..95eb1d5d --- /dev/null +++ b/sh/profile.d/visual.sh @@ -0,0 +1,3 @@ +# Set visual editor +VISUAL=vi +export VISUAL -- cgit v1.2.3