summary refs log tree commit diff stats
path: root/host-ap-spotcap.local
diff options
context:
space:
mode:
authorAlan Pearce2015-11-11 15:34:27 +0100
committerAlan Pearce2015-11-11 15:34:27 +0100
commit8b897dd81058f7a3e3cfff6a02b8f06aa86370ea (patch)
treec8050a113dbdc812f08a2472f5b3fdb9b23e8be1 /host-ap-spotcap.local
parent20e56f1995e9bbf01c099d3d80e852aebe6aff8b (diff)
downloaddotfiles-8b897dd81058f7a3e3cfff6a02b8f06aa86370ea.tar.lz
dotfiles-8b897dd81058f7a3e3cfff6a02b8f06aa86370ea.tar.zst
dotfiles-8b897dd81058f7a3e3cfff6a02b8f06aa86370ea.zip
zsh: Setup nix on Spotcap laptop
Diffstat (limited to 'host-ap-spotcap.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 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