From 1c6f1de9b6246981e492dfd5180cedb6e5c97796 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 26 Aug 2018 20:46:59 +0200 Subject: zsh/profile.d/hydrogen: Add nix-profile source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- zsh/profile.d/hydrogen | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/profile.d/hydrogen b/zsh/profile.d/hydrogen index b9d418b..61f9cdf 100644 --- a/zsh/profile.d/hydrogen +++ b/zsh/profile.d/hydrogen @@ -13,4 +13,8 @@ if (( UID )); then export MAILDIR="$HOME"/mail fi +if [ -e "/etc/nix/nix-profile.sh" ]; then + source /etc/profile.d/nix.sh +fi + # vim: ft=zsh -- cgit v1.2.3-54-g00ecf