## Cargo on path if ! [[ "$PATH" =~ "$HOME/.cargo.bin:" ]] then PATH="$HOME/.cargo/bin:$PATH" fi export PATH