Allow nix

This commit is contained in:
Spotlight 2021-08-31 15:24:13 -05:00
parent 1a7e734fbd
commit 03bd3f2922
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

5
zshrc
View file

@ -97,6 +97,11 @@ if [ -f $HOME/.keysrc ]; then
source $HOME/.keysrc source $HOME/.keysrc
fi fi
# Allow nix if possible
if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
source $HOME/.nix-profile/etc/profile.d/nix.sh
fi
# Rust # Rust
if [ -d $HOME/.cargo ]; then if [ -d $HOME/.cargo ]; then
source $HOME/.cargo/env source $HOME/.cargo/env