diff options
Diffstat (limited to '')
| -rw-r--r-- | zsh.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,5 +12,8 @@ enableFzfCompletion = true; enableFzfGit = true; enableFzfHistory = true; + interactiveShellInit = '' + eval "$(direnv hook zsh)" + ''; }; } |
