all repos — nixfiles @ 9a73df4dda6d8c8b835d1bbe76c9f23e5d8bceeb

System and user configuration, managed by nix and home-manager

host-ap-spotcap.local/config/zsh/zshenv.local (view raw)

1
2
3
4
5
6
7
8
# -*- mode: sh; -*-
if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]]
then
	. $HOME/.nix-profile/etc/profile.d/nix.sh;
fi
export ZPLUG_HOME=/usr/local/opt/zplug

export HOMEBREW_NO_AUTO_UPDATE=1