about summary refs log tree commit diff stats
path: root/bash/guix.bash
blob: c259e5a413fb3cbc7e649f4037074d8b8ba86720 (plain)
1
2
3
4
export GUIX_PROFILE="$HOME/.config/guix/current"

[ -r "$GUIX_PROFILE/etc/profile" ] && 
	. "$GUIX_PROFILE/etc/profile"