diff --git a/dot_bash_profile b/dot_bash_profile index 03e90f6..d073713 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -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