diff options
Diffstat (limited to 'bash')
-rw-r--r-- | bash/guix.bash | 3 |
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 @@ | |||
1 | export GUIX_PROFILE="$HOME/.config/guix/current" | 1 | export GUIX_PROFILE="$HOME/.config/guix/current" |
2 | 2 | ||
3 | . "$GUIX_PROFILE/etc/profile" | 3 | [ -r "$GUIX_PROFILE/etc/profile" ] && |
4 | . "$GUIX_PROFILE/etc/profile" | ||