aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index d5ddfd3..5e0ce7b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -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
}