From 534752ffa456c0bc968b6336c9aafc3372b98d60 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 15 Sep 2013 01:53:03 +1200 Subject: Break editor/pager setup into subfile --- sh/profile.d/editor.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sh/profile.d/editor.sh (limited to 'sh/profile.d/editor.sh') diff --git a/sh/profile.d/editor.sh b/sh/profile.d/editor.sh new file mode 100644 index 00000000..eaebf3bd --- /dev/null +++ b/sh/profile.d/editor.sh @@ -0,0 +1,5 @@ +# Set editor +EDITOR='vi' +VISUAL=$EDITOR +export EDITOR VISUAL + -- cgit v1.2.3