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