From b2a78a2407b0ebb098c5fead1dac05cbc0fdc46a Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 21 Dec 2012 14:32:33 +0200 Subject: [PATCH] bashrc: fix MKAYSIGREP --- .gitignore | 4 +--- bashrc | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 925e4b7a..1ff70402 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ *~ *.swp -pgprules.xml -accountrc -hosts +*.tmp diff --git a/bashrc b/bashrc index 11477fe0..387ee3c8 100644 --- a/bashrc +++ b/bashrc @@ -158,7 +158,7 @@ fi # Things after this are just examples and should be put to some other file, which is sourced above. # Sets the default editor. I am vim user, so I want it to be vim. If you don't like terminal based text editors, change "" to gedit (Gnome) or Kate (KDE). -export EDITOR=vim +#export EDITOR=vim # MKAYSIGREP MKAYSIGREPENVIRONMENT # Sets locale. You can get list of locales with "locale -a" command. This should be something which ends to .utf8 #export LC_ALL=fi_FI.utf8 # MKAYSIGREP # MKAYSIGREPENVIRONMENT