zsh: Setup nix on Spotcap laptop
Alan Pearce alan.pearce@spotcap.com
Wed, 11 Nov 2015 15:34:27 +0100
1 files changed, 4 insertions(+), 0 deletions(-)
M host-ap-spotcap.local/config/zsh/zshenv.local → host-ap-spotcap.local/config/zsh/zshenv.local
@@ -1,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