feat(nix): source nix package manager if present

This commit is contained in:
Jiří Štefka 2023-09-20 14:08:04 +02:00
parent 26feec573c
commit 5be9caed09
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

2
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