all repos — nixfiles @ 8b897dd81058f7a3e3cfff6a02b8f06aa86370ea

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

zsh: Setup nix on Spotcap laptop
Alan Pearce alan.pearce@spotcap.com
Wed, 11 Nov 2015 15:34:27 +0100
commit

8b897dd81058f7a3e3cfff6a02b8f06aa86370ea

parent

20e56f1995e9bbf01c099d3d80e852aebe6aff8b

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M host-ap-spotcap.local/config/zsh/zshenv.localhost-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