From 8b897dd81058f7a3e3cfff6a02b8f06aa86370ea Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 11 Nov 2015 15:34:27 +0100 Subject: zsh: Setup nix on Spotcap laptop --- host-ap-spotcap.local/config/zsh/zshenv.local | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host-ap-spotcap.local/config/zsh/zshenv.local') diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local index f2d5467..f6881be 100644 --- a/host-ap-spotcap.local/config/zsh/zshenv.local +++ b/host-ap-spotcap.local/config/zsh/zshenv.local @@ -1 +1,5 @@ # -*- mode: sh; -*- +if [[ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]] +then + . $HOME/.nix-profile/etc/profile.d/nix.sh; +fi -- cgit 1.4.1