From a2573155bbfe662875c95d3aa18836a14cc6f22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Sun, 8 Aug 2021 09:18:53 +0200 Subject: load guix --- home-dots/dot-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home-dots/dot-zshrc b/home-dots/dot-zshrc index 764fb25..32d0c6c 100644 --- a/home-dots/dot-zshrc +++ b/home-dots/dot-zshrc @@ -125,3 +125,4 @@ 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" -- cgit v1.2.3