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)" ''; }; }