diff options
author | Alan Pearce | 2015-11-15 13:57:00 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-15 13:57:00 +0100 |
commit | 0ae946f65165ef8eebf17da7166092e0af0579d2 (patch) | |
tree | 273dac1d13e2b6b04da47ea84138c72897411831 /host-ap-spotcap.local/config | |
parent | dbb5e71d90cbe3833df166cf7183d7b07c090bd5 (diff) | |
parent | dc6b681b05468122c7602c24847b770d1402d2c8 (diff) | |
download | nixfiles-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')
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 4 |
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 |