diff --git a/dotfiles/desktop/.bashrc.d/08-cargo-env.sh b/dotfiles/desktop/.bashrc.d/08-cargo-env.sh new file mode 100644 index 0000000..02a2f4f --- /dev/null +++ b/dotfiles/desktop/.bashrc.d/08-cargo-env.sh @@ -0,0 +1,3 @@ +if [ -f "$HOME/.cargo/env" ]; then + . "$HOME/.cargo/env" +fi