From da0a2a5c50f6f805b5ad113dfcfdc71f54d6a1cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 23 Sep 2021 13:29:42 +0200 Subject: fix paths guix profiles --- home-dots/dot-zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home-dots') diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc index 32d0c6c..a5336c3 100644 --- a/home-dots/dot-zshrc +++ b/home-dots/dot-zshrc @@ -125,4 +125,5 @@ alias mykeys='setxkbmap -I$HOME/.config/xkb/ oscar -option caps:escape -print | export PATH="$HOME/.cargo/bin:$PATH" if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env -[ -e "$HOME/.guix-profile" ] && GUIX_PROFILE="$HOME/.guix-profile" && . "$GUIX_PROFILE/etc/profile" +GUIX_PROFILE="$HOME/.guix-profile" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" && export GUIX_LOCPATH=$GUIX_PROFILE/lib/locale +GUIX_PROFILE="$HOME/.config/guix/current" && [ -e "$GUIX_PROFILE" ] && . "$GUIX_PROFILE/etc/profile" -- cgit v1.2.3