From f8b3b59d42803207b1e63c8b07d74c180061c589 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Tue, 15 Oct 2024 13:16:10 +0200 Subject: [PATCH] [bash] Cleanup old bash profile --- dot_bash_profile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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