From 894b38dff2bd73c2e4e62ce213101bc8dab28b99 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 31 Dec 2011 21:11:57 +0200 Subject: [PATCH] bashrc & zshrc: Fix comment about editor, which I am using. I am Vim user nowadays. By the way, Vim seems to have nice syntax highlighting even with git commits. nyuszika7h: Do you happen to have good suggestions to my vimrc? :P ^^ is ping to my channel. I think that I might commit my gitconfig and vimrc soon too. --- .cat.sh | 0 bashrc | 4 ++-- zshrc | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 .cat.sh diff --git a/.cat.sh b/.cat.sh old mode 100644 new mode 100755 diff --git a/bashrc b/bashrc index 2cd1287a..32d5f5ce 100755 --- a/bashrc +++ b/bashrc @@ -156,8 +156,8 @@ fi # Things after this are just examples and should be put to some other file, which is sourced above. -# 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 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 # Sets user specifig PYTHONPATH. Replace 2.X with your Python version. For example with Python 2.7 you replace X with 7. #export PYTHONPATH=$HOME/.packages/lib/python2.X/site-packages diff --git a/zshrc b/zshrc index 7ee5b74c..70999cb2 100755 --- a/zshrc +++ b/zshrc @@ -82,8 +82,8 @@ fi # Things after this are just examples and should be put to some other file, which is sourced above. -# 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 the default editor. I am vim user, so I want it to be vim. If you don't like terminal based text editors, change "vim" to gedit (Gnome) or Kate (KDE). +#export EDITOR=vim # Sets user specifig PYTHONPATH. Replace 2.X with your Python version. For example with Python 2.7 you replace X with 7. #export PYTHONPATH=$HOME/.packages/lib/python2.X/site-packages