diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-03-08 18:55:07 -0400 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-04-04 20:48:12 -0400 |
| commit | b57df3d874955ba705b4836d1b9ccf8d6d885f42 (patch) | |
| tree | 5147afdac42fdd90752c52e4d1566bf7f8f71a81 /home.bash_profile | |
| parent | 4c4a8324ec5b410ed83abf9906d92b1ea5417dad (diff) | |
podman, bat, and shell init changes
Diffstat (limited to 'home.bash_profile')
| -rw-r--r-- | home.bash_profile | 9 |
1 files changed, 5 insertions, 4 deletions
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 + |
