Add .cargo/bin to PATH to support Rust-based commands

This commit is contained in:
Danielle McLean 2018-06-18 10:44:46 +10:00
parent 93ff382dfe
commit ad0d9f72f5
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240

View file

@ -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