From ad0d9f72f5bd2d45979c2d930973ce78a0432000 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 18 Jun 2018 10:44:46 +1000 Subject: [PATCH] Add .cargo/bin to PATH to support Rust-based commands --- config/zsh/login/langs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/zsh/login/langs b/config/zsh/login/langs index d798a03..cfa4964 100644 --- a/config/zsh/login/langs +++ b/config/zsh/login/langs @@ -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