1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-15 03:13:10 +00:00

feat: Add local nix install hook

This commit is contained in:
Thomas A. Christensen II 2023-04-15 19:11:11 -05:00
parent 83f28d03f0
commit bc153ee4d1
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -18,3 +18,7 @@ if [ -n "$BREWPATH" ]; then
export HOMEBREW_MAKE_JOBS=1 export HOMEBREW_MAKE_JOBS=1
export HOMEBREW_NO_ANALYTICS=1 export HOMEBREW_NO_ANALYTICS=1
fi fi
if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
. "$HOME/.nix-profile/etc/profile.d/nix.sh"
fi