diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 17e0b8d..7b10a85 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -307,8 +307,3 @@ fi if [[ -f /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh ]]; then . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh fi - -# Initialize direnv if available -if (($+commands[direnv])); then - eval "$(direnv hook zsh)" -fi