feat(nix): source nix package manager if present
This commit is contained in:
parent
26feec573c
commit
5be9caed09
2
zshrc
2
zshrc
@ -60,3 +60,5 @@ alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/Sh
|
|||||||
if [ -e /bin/pacman ]; then
|
if [ -e /bin/pacman ]; then
|
||||||
source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null
|
source $HOME/zsh/find-the-command/usr/share/doc/find-the-command/ftc.zsh 2>/dev/null
|
||||||
fi
|
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
|
||||||
|
Reference in New Issue
Block a user