mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
bashrc: What is bashenv?
This commit is contained in:
parent
41bfca86d3
commit
83bf25982b
5
bashrc
5
bashrc
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user