4 lines
107 B
Bash
4 lines
107 B
Bash
|
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
|
||
|
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
|
||
|
fi
|