diff options
author | Alan Pearce | 2015-11-11 15:34:27 +0100 |
---|---|---|
committer | Alan Pearce | 2015-11-11 15:34:27 +0100 |
commit | 8b897dd81058f7a3e3cfff6a02b8f06aa86370ea (patch) | |
tree | c8050a113dbdc812f08a2472f5b3fdb9b23e8be1 /host-ap-spotcap.local/config | |
parent | 20e56f1995e9bbf01c099d3d80e852aebe6aff8b (diff) | |
download | nixfiles-8b897dd81058f7a3e3cfff6a02b8f06aa86370ea.tar.lz nixfiles-8b897dd81058f7a3e3cfff6a02b8f06aa86370ea.tar.zst nixfiles-8b897dd81058f7a3e3cfff6a02b8f06aa86370ea.zip |
zsh: Setup nix on Spotcap laptop
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 |