diff --git a/zshrc b/zshrc index 06f7ea3..5813fb0 100644 --- a/zshrc +++ b/zshrc @@ -60,3 +60,5 @@ alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/Sh if [ -e /bin/pacman ]; then source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null fi + +if [ -e /home/jirka/.nix-profile/etc/profile.d/nix.sh ]; then . /home/jirka/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer