bashrc: What is bashenv?

This commit is contained in:
Mika Suomalainen 2011-10-29 16:49:14 +03:00
parent 41bfca86d3
commit 83bf25982b
1 changed files with 0 additions and 5 deletions

5
bashrc
View File

@ -139,11 +139,6 @@ if [ -f ~/.bash_environment ]; then
source ~/.bash_environment
fi
# .bashenv (Yes, I know that this is sourced by every bash session even if this isn't here, but I just want to write it).
if [ -f ~/.bashenv ]; then
source ~/.bashenv
fi
# Things after this are just examples and should be put to some other file, which issourced 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).