From f62b10487c2d2560923865b07306765f8ff055a2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 15 Apr 2011 17:03:59 -0400 Subject: Fiddle with the default editor Start tracking .selected editor, make use of this in .profile. Create the v-editor script, which calls either $VISUAL, $EDITOR, or $SELECTED editor, depending. Symlink `v-editor' to `editor', to overide /bin/editor, which might be used by some stupid programs. --- bin/editor | 1 + 1 file changed, 1 insertion(+) create mode 120000 bin/editor (limited to 'bin/editor') diff --git a/bin/editor b/bin/editor new file mode 120000 index 0000000..8ca5677 --- /dev/null +++ b/bin/editor @@ -0,0 +1 @@ +v-editor \ No newline at end of file -- cgit v1.2.3-2-g168b