This commit is contained in:
George Marshall 2024-03-25 14:00:59 +09:00 committed by GitHub
commit 57a135b210
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

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