summaryrefslogtreecommitdiff
path: root/suweren
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-03 17:16:35 +0200
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-07-03 18:23:06 +0200
commitf0ad0af3b731ca3acc14f71fa301a76ba7e28f02 (patch)
tree9d42a313489fb32173633fe15d4a36b174d3ff36 /suweren
parenta3678002280df99ed77644159af10f68f36c03bb (diff)
fix the missing assignment of GUIX_PROFILE
Diffstat (limited to 'suweren')
-rw-r--r--suweren/home/bashrc3
1 files changed, 3 insertions, 0 deletions
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" ;