From 5be9caed09514749b750ad464e0808e34ea8a99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 20 Sep 2023 14:08:04 +0200 Subject: [PATCH] feat(nix): source nix package manager if present --- zshrc | 2 ++ 1 file changed, 2 insertions(+) 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