From 8842e442c1f2d93bcd0883a69dc5fb2d1ac4d62a Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Tue, 15 Jul 2025 10:08:58 +0100 Subject: [PATCH] feat: added direnv hook --- roles/home/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/home/zsh.nix b/roles/home/zsh.nix index f930589..c38769f 100644 --- a/roles/home/zsh.nix +++ b/roles/home/zsh.nix @@ -29,6 +29,8 @@ in recap() { aichat -f "$@" ;} source ${commitFunctions}/bin/commits.sh + + eval "$(direnv hook zsh)" ''; }; }