Add rust module
This commit is contained in:
parent
1bc0da5f48
commit
209def1454
2 changed files with 7 additions and 0 deletions
4
modules/rust/README.md
Normal file
4
modules/rust/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
Rust
|
||||
====
|
||||
|
||||
Enables local development with [rustup](https://rustup.rs/).
|
3
modules/rust/init.zsh
Normal file
3
modules/rust/init.zsh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [[ -d "$HOME/.cargo/bin" ]]; then
|
||||
path=($HOME/.cargo/bin $path)
|
||||
fi
|
Loading…
Reference in a new issue