diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-03 17:16:35 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-07-03 18:23:06 +0200 |
commit | f0ad0af3b731ca3acc14f71fa301a76ba7e28f02 (patch) | |
tree | 9d42a313489fb32173633fe15d4a36b174d3ff36 /suweren/home/bashrc | |
parent | a3678002280df99ed77644159af10f68f36c03bb (diff) |
fix the missing assignment of GUIX_PROFILE
Diffstat (limited to 'suweren/home/bashrc')
-rw-r--r-- | suweren/home/bashrc | 3 |
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" ; |