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:
parent
83f28d03f0
commit
bc153ee4d1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue