summary refs log tree commit diff stats
path: root/host-ap-spotcap.local/config/zsh/zshenv.local
blob: 35fe7a377383349f60c65d9c8ae83b1fcb7ee71e (plain)
1
2
3
4
5
6
# -*- 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