From 4f9be89669942b3904daac1d9a04b08309ea25d0 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 12 Oct 2024 13:51:54 -0400 Subject: Fix comments and formatting --- home/.bash_profile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home/.bash_profile') diff --git a/home/.bash_profile b/home/.bash_profile index b12cc06..e10efd5 100644 --- a/home/.bash_profile +++ b/home/.bash_profile @@ -8,13 +8,17 @@ # It loads each .bashrc.X file if it exists. -# If .bashrc exists, use it +######################################################################## +## .bashrc (core) +######################################################################## if [[ $- == *i* && -f ~/.bashrc ]]; then . ~/.bashrc fi -# If .bashrc.personal exists, use it. +######################################################################## +## .bashrc.personal +######################################################################## if [[ $- == *i* && -f ~/.bashrc.personal ]]; then . ~/.bashrc.personal fi -- cgit v1.2.3