mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
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.
This commit is contained in:
parent
5440d29980
commit
894b38dff2
4
bashrc
4
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
|
||||
|
4
zshrc
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user