diff options
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" ; |