From 6cd4f76f2b3e7d7cdaab2d89d545e7c66098b4a4 Mon Sep 17 00:00:00 2001 From: Harry Esses Date: Thu, 4 Jun 2026 23:54:20 +0000 Subject: [PATCH] add cargo for rust --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 44b0916..ae98609 100644 --- a/.bashrc +++ b/.bashrc @@ -331,6 +331,7 @@ command -v kubectl >/dev/null && . <(kubectl completion bash) command -v omnictl >/dev/null && . <(omnictl completion bash) command -v talosctl >/dev/null && . <(talosctl completion bash) command -v coder >/dev/null && . <(coder completion -ps bash) + . "$HOME/.cargo/env" PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:${PATH}" # End of configuration