if [[ -d "$HOME/.cargo/bin" ]]; then
  path=($HOME/.cargo/bin $path)
fi