From 5520549245ce27438b37e5aa91cd86762efc0a33 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 10 Feb 2014 23:52:45 +1300 Subject: Remove some unnecessary quotes --- sh/profile.d/editor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/profile.d/editor.sh') diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh index eaebf3bd..92535aeb 100644 --- a/sh/profile.d/editor.sh +++ b/sh/profile.d/editor.sh @@ -1,5 +1,5 @@ # Set editor -EDITOR='vi' +EDITOR=vi VISUAL=$EDITOR export EDITOR VISUAL -- cgit v1.2.3