summaryrefslogtreecommitdiffstats
path: root/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'zsh.nix')
-rw-r--r--zsh.nix3
1 files changed, 3 insertions, 0 deletions
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)"
+ '';
};
}