aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/startup.zsh
blob: e8caf69a13fdc45c0f81047e9fdfa8009f7af872 (plain)
1
2
3
4
5
6
7
8
9
10
# 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

# direnv

eval "$(direnv hook zsh)"

# End Nix