aboutsummaryrefslogtreecommitdiffstats
path: root/zsh/.zsh/startup.zsh
blob: 2002337ac7df871385ab2fcc6fcab88a70311ecb (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

# End Nix

eval $(opam env)