From b57df3d874955ba705b4836d1b9ccf8d6d885f42 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 8 Mar 2026 18:55:07 -0400 Subject: podman, bat, and shell init changes --- home.bash_profile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'home.bash_profile') diff --git a/home.bash_profile b/home.bash_profile index 0b8c92d..947876c 100644 --- a/home.bash_profile +++ b/home.bash_profile @@ -1,8 +1,8 @@ -# Set up Guix Home profile -if [ -f ~/.profile ]; then . ~/.profile; fi +# # Set up Guix Home profile +# if [ -f ~/.profile ]; then . ~/.profile; fi -# Honor per-interactive-shell startup file -if [ -f ~/.bashrc ]; then . ~/.bashrc; fi +# # Honor per-interactive-shell startup file +# if [ -f ~/.bashrc ]; then . ~/.bashrc; fi # Merge search-paths from multiple profiles, the order matters. eval "$(guix package --search-paths \ @@ -15,3 +15,4 @@ eval "$(guix package --search-paths \ export PATH=/run/setuid-programs:$PATH # User specific environment and startup programs + -- cgit