diff --git a/.zshenv b/.zshenv index 7a59bac..a89b410 100644 --- a/.zshenv +++ b/.zshenv @@ -47,3 +47,5 @@ export PATH="$PATH:/home/kaholaz/.cache/scalacli/local-repo/bin/scala-cli" # >>> coursier install directory >>> export PATH="$PATH:/home/kaholaz/.local/share/coursier/bin" # <<< coursier install directory <<< + +if [ -e /home/kaholaz/.nix-profile/etc/profile.d/nix.sh ]; then . /home/kaholaz/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer