parent
1bc0da5f48
commit
209def1454
@ -0,0 +1,4 @@
|
|||||||
|
Rust
|
||||||
|
====
|
||||||
|
|
||||||
|
Enables local development with [rustup](https://rustup.rs/).
|
@ -0,0 +1,3 @@
|
|||||||
|
if [[ -d "$HOME/.cargo/bin" ]]; then
|
||||||
|
path=($HOME/.cargo/bin $path)
|
||||||
|
fi
|
Loading…
Reference in new issue