[bash] Cleanup old bash profile
Some checks failed
/ doom (push) Has been cancelled

This commit is contained in:
Sebastian Schulze 2024-10-15 13:16:10 +02:00
parent 7b990682bf
commit f8b3b59d42
No known key found for this signature in database
GPG key ID: F6BA63C6A7D3044E

View file

@ -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