diff options
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ following function can be defined in the .bashrc file: GUIX_PROFILE="$HOME/.guix-profile" # set paths according to profile if [ -e "$GUIX_PROFILE/etc/profile" ]; then - source "$HOME/.guix-profile/etc/profile" + source "$GUIX_PROFILE/etc/profile" fi } |