diff --git a/zsh.nix b/zsh.nix index cef3f1e..f0ed1bc 100644 --- a/zsh.nix +++ b/zsh.nix @@ -10,6 +10,7 @@ enableCompletion = true; enableVteIntegration = true; initExtra = '' + . "$HOME/.cargo/env" fortune ''; };