about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--bash/guix.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/bash/guix.bash b/bash/guix.bash index 127afef..c259e5a 100644 --- a/bash/guix.bash +++ b/bash/guix.bash
@@ -1,3 +1,4 @@
1export GUIX_PROFILE="$HOME/.config/guix/current" 1export GUIX_PROFILE="$HOME/.config/guix/current"
2 2
3. "$GUIX_PROFILE/etc/profile" 3[ -r "$GUIX_PROFILE/etc/profile" ] &&
4 . "$GUIX_PROFILE/etc/profile"