add cargo for rust

This commit is contained in:
2026-06-04 23:54:20 +00:00
parent 9632fa2e42
commit 6cd4f76f2b

View File

@@ -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