diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 9e03839..4a1ae6f 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -67,7 +67,7 @@ alias prm=". $HOME/tools/prm/prm.sh" source /etc/profile.d/vte.sh # load nix -. /home/me/.nix-profile/etc/profile.d/nix.sh +[ -f $HOME/.nix-profile/etc/profile.d/nix.sh ] && . $HOME/.nix-profile/etc/profile.d/nix.sh . ~/.drone/drone.vbrandl.net