Add configuration for rust/cargo

This commit is contained in:
2025-11-28 12:07:40 +01:00
parent 899f815187
commit 3a2dd49ac3
2 changed files with 5 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ test -r "$SDKMAN_DIR/bin/sdkman-init.sh" && . "$SDKMAN_DIR/bin/sdkman-init.sh"
# init nvm to provide node.js
test -r "$NVM_DIR/nvm.sh" && . "$NVM_DIR/nvm.sh"
test -r "$CARGO_HOME/env" && . "$CARGO_HOME/env"
### HERE WE'RE DONE WITH ALL GENERAL PURPOSE CONFIGS
###
### The following is only relevant for interactive