mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +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
|
source ~/.bash_environment
|
||||||
fi
|
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.
|
# 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).
|
# 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