diff options
| author | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 11:20:21 -0400 |
|---|---|---|
| committer | Skullheadx <andrew.montgomery@warpengine.ai> | 2026-06-29 11:20:21 -0400 |
| commit | bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef (patch) | |
| tree | 7bd28014063cc22d102751ea0c3f8a79a6001e1b /zsh.nix | |
| parent | fix nvim darwin (diff) | |
| download | nixos-bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef.tar.gz nixos-bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef.tar.bz2 nixos-bd8424ffe3caa7e678c4e7bd05023ab9db2ac3ef.zip | |
fix some work stuff
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)" + ''; }; } |
