Allow nix
This commit is contained in:
parent
1a7e734fbd
commit
03bd3f2922
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue