diff --git a/zshrc b/zshrc index adda6d1..a90af02 100644 --- a/zshrc +++ b/zshrc @@ -103,7 +103,7 @@ if [ -d /nix ]; then fi # Rust -if [ -d $HOME/.cargo ]; then +if [ -d $HOME/.cargo/env ]; then source $HOME/.cargo/env fi