aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÓscar Nájera <hi@oscarnajera.com>2021-08-08 09:18:53 +0200
committerÓscar Nájera <hi@oscarnajera.com>2021-08-08 09:18:53 +0200
commita2573155bbfe662875c95d3aa18836a14cc6f22a (patch)
tree48ccbf202841576d1fc9a3bd7161ea9cfd9f10e9
parent71d2a1abb2f3e6854c7893f902c4ac38e3ac6318 (diff)
downloaddotfiles-a2573155bbfe662875c95d3aa18836a14cc6f22a.tar.gz
dotfiles-a2573155bbfe662875c95d3aa18836a14cc6f22a.tar.bz2
dotfiles-a2573155bbfe662875c95d3aa18836a14cc6f22a.zip
load guix
-rw-r--r--home-dots/dot-zshrc1
1 files changed, 1 insertions, 0 deletions
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"