From 4829a728924637333a9b156befd95be4a498947c Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 14 May 2024 12:13:10 +0200 Subject: [PATCH] Friendship with direnv ended --- zsh/.config/zsh/.zshrc | 5 ----- 1 file changed, 5 deletions(-) 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