From 453d954692e965aa19ad2dfcbaf0cee90a946c38 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Sun, 14 Jul 2024 13:02:24 -0500 Subject: [PATCH] Rustup for zsh --- zsh.nix | 1 + 1 file changed, 1 insertion(+) 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 ''; };