diff options
Diffstat (limited to 'home.bash_profile')
| -rw-r--r-- | home.bash_profile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home.bash_profile b/home.bash_profile index 947876c..83bae9e 100644 --- a/home.bash_profile +++ b/home.bash_profile @@ -1,8 +1,8 @@ # # 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,4 +15,3 @@ eval "$(guix package --search-paths \ export PATH=/run/setuid-programs:$PATH # User specific environment and startup programs - |
