diff options
-rwxr-xr-x | .path | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,3 +13,7 @@ if command -v gem &> /dev/null; then export GEM_HOME="$(gem env user_gemhome)" export PATH="$PATH:$GEM_HOME/bin" fi + +if command -v cargo &> /dev/null; then + export PATH="$PATH:$HOME/.cargo/bin" +fi |