summary refs log tree commit diff stats
path: root/host-ap-spotcap.local/config/zsh/zshenv.local
blob: a5ec0b44ca16419b49f8247ffe5aae055c7b7e1e (plain)
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