1
0
Fork 0
This commit is contained in:
George Marshall 2024-06-13 19:39:11 +00:00 committed by GitHub
commit 7d43583870
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions
modules/rust

4
modules/rust/README.md Normal file
View file

@ -0,0 +1,4 @@
Rust
====
Enables local development with [rustup](https://rustup.rs/).

3
modules/rust/init.zsh Normal file
View file

@ -0,0 +1,3 @@
if [[ -d "$HOME/.cargo/bin" ]]; then
path=($HOME/.cargo/bin $path)
fi