diff options
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 + |
