Add .cargo/bin to PATH to support Rust-based commands
This commit is contained in:
parent
93ff382dfe
commit
ad0d9f72f5
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ fi
|
|||
# ruby
|
||||
newbins+=(~/.gem/ruby/*/bin(N))
|
||||
|
||||
# rust
|
||||
newbins+=(~/.cargo/bin)
|
||||
|
||||
# perl
|
||||
export -UT PERL_LOCAL_LIB_ROOT perl_local_lib_root
|
||||
export -UT PERL5LIB perl5lib
|
||||
|
|
Loading…
Reference in a new issue