From f0ad0af3b731ca3acc14f71fa301a76ba7e28f02 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Wed, 3 Jul 2024 17:16:35 +0200 Subject: fix the missing assignment of GUIX_PROFILE --- suweren/home/bashrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'suweren') diff --git a/suweren/home/bashrc b/suweren/home/bashrc index 10589f4..be0d92a 100644 --- a/suweren/home/bashrc +++ b/suweren/home/bashrc @@ -29,3 +29,6 @@ fi alias ls='ls -p --color=auto' alias ll='ls -l' alias grep='grep --color=auto' + +GUIX_PROFILE="/var/guix/profiles/per-user/$USER/guix-profile" ; +source "$GUIX_PROFILE/etc/profile" ; -- cgit v1.2.3