mirror of
https://github.com/zdharma-continuum/zinit-annex-rust.git
synced 2026-09-10 04:36:14 -04:00
Merge pull request #6 from twang817/docupdate
This commit is contained in:
commit
e6a56da702
|
|
@ -70,6 +70,12 @@ zinit id-as=rust wait=1 as=null sbin="bin/*" lucid rustup \
|
|||
export CARGO_HOME=\$PWD RUSTUP_HOME=\$PWD/rustup" for \
|
||||
zdharma-continuum/null
|
||||
|
||||
# When using a global installation of rust in turbo mode, cargos need to
|
||||
# omit the rustup ice, and wait on CARGO_HOME and RUSTUP_HOME environment
|
||||
# variables to be available.
|
||||
zinit wait='[[ -v CARGO_HOME && -v RUSTUP_HOME ]]' for \
|
||||
id-as'rust-exa' cargo'!exa' \
|
||||
zdharma-continuum/null
|
||||
```
|
||||
|
||||
Flags meanings:
|
||||
|
|
|
|||
Loading…
Reference in a new issue