From bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 29 Jun 2026 11:20:21 -0400 Subject: fix some work stuff --- zsh.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh.nix') diff --git a/zsh.nix b/zsh.nix index 4c8154a..8559a56 100644 --- a/zsh.nix +++ b/zsh.nix @@ -12,5 +12,8 @@ enableFzfCompletion = true; enableFzfGit = true; enableFzfHistory = true; + interactiveShellInit = '' + eval "$(direnv hook zsh)" + ''; }; } -- cgit v1.3.1