From cb68ae668af2ade4b0777d82f227e5462768e9e5 Mon Sep 17 00:00:00 2001 From: "Joshua C. Randall" <jcrandall@alum.mit.edu> Date: Mon, 11 Jan 2021 15:21:48 +0100 Subject: [PATCH] doc: Fix typo. Fixes <http://bugs.gnu.org/35004>. * doc/guix.texi (Invoking guix package): Fix typo. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index dc41fe9aea8..0a82219e7a4 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3082,7 +3082,7 @@ shells get all the right environment variable definitions: @example GUIX_PROFILE="$HOME/.guix-profile" ; \ -source "$HOME/.guix-profile/etc/profile" +source "$GUIX_PROFILE/etc/profile" @end example In a multi-user setup, user profiles are stored in a place registered as -- GitLab