From 1957f16eaacb85bb3730f5fcdb0a481e976f2b09 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 19 Sep 2011 15:26:16 +0300 Subject: [PATCH] bash_exports: Added explaining about EDITOR. --- bash_exports | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_exports b/bash_exports index 081bf17b..e2778a07 100644 --- a/bash_exports +++ b/bash_exports @@ -1,6 +1,6 @@ # This file exports everything in my bashrc. You probably want to edit somethings here, like line 14, which sets timezone to Europe/Helsinki. -# Sets the default editor. Currently nano. +# Sets the default editor. I prefer nano to vim and so on, so I want it to be nano. If you don't like terminal based text editors, change "nano" to gedit (Gnome) or Kate (KDE). export EDITOR=nano # Sets user specifig PYTHONPATH. Replace 2.X with your Python version. For example with Python 2.7 you replace X with 7.