summary refs log tree commit diff stats
path: root/host-ap-spotcap.local/config/zsh/zshenv.local
diff options
context:
space:
mode:
authorAlan Pearce2015-11-15 13:57:00 +0100
committerAlan Pearce2015-11-15 13:57:00 +0100
commit0ae946f65165ef8eebf17da7166092e0af0579d2 (patch)
tree273dac1d13e2b6b04da47ea84138c72897411831 /host-ap-spotcap.local/config/zsh/zshenv.local
parentdbb5e71d90cbe3833df166cf7183d7b07c090bd5 (diff)
parentdc6b681b05468122c7602c24847b770d1402d2c8 (diff)
downloadnixfiles-0ae946f65165ef8eebf17da7166092e0af0579d2.tar.lz
nixfiles-0ae946f65165ef8eebf17da7166092e0af0579d2.tar.zst
nixfiles-0ae946f65165ef8eebf17da7166092e0af0579d2.zip
Merge branch 'master' of github.com:alanpearce/dotfiles
Diffstat (limited to 'host-ap-spotcap.local/config/zsh/zshenv.local')
-rw-r--r--host-ap-spotcap.local/config/zsh/zshenv.local4
1 files changed, 4 insertions, 0 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local
index f2d54677..f6881be2 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