mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-03-23 18:49:58 +08:00
Add rust module
This commit is contained in:
parent
1bc0da5f48
commit
209def1454
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…
x
Reference in New Issue
Block a user