This commit is contained in:
parent
7b990682bf
commit
f8b3b59d42
1 changed files with 1 additions and 8 deletions
|
@ -1,11 +1,4 @@
|
|||
# Set up the system, user profile, and related variables.
|
||||
# /etc/profile will be sourced by bash automatically
|
||||
# Set up the home environment profile.
|
||||
if [ -f ~/.profile ]; then source ~/.profile; fi
|
||||
|
||||
# Honor per-interactive-shell startup file
|
||||
if [ -f ~/.bashrc ]; then source ~/.bashrc; fi
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
while read -r l; do
|
||||
eval export $l
|
||||
|
|
Loading…
Reference in a new issue