about summary refs log tree commit diff
path: root/profile/.profile.d/60_rust.sh
blob: 1b6fd360cbae0c7b37d51e448099fe52562e2dda (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

if command -v cargo >/dev/null 2>&1; then
	export CARGO_HOME="${HOME}/.cargo"
	export CARGO_CACHE_RUSTC_INFO="0"

	path_append "${CARGO_HOME}/bin"
fi

Consider giving Nix/NixOS a try! <3