diff --git a/sh/.profile b/sh/.profile index b5f0b9e..1ed4883 100644 --- a/sh/.profile +++ b/sh/.profile @@ -36,3 +36,7 @@ fi export HISTSIZE=5000 export HISTFILE="$HOME/.history/sh" export HISTFILESIZE=10000 + +if [ -r "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then + . "$HOME/.nix-profile/etc/profile.d/nix.sh" +fi