aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/startup.zsh
blob: 67716ace9cdbd0ce0b06ef46114d6b678dbc04d1 (plain)
1
2
3
4
5
# Nix
if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then
  . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh'
fi
# End Nix