diff options
Diffstat (limited to 'home-dots/dot-zshrc')
-rw-r--r-- | home-dots/dot-zshrc | 1 |
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" |