diff options
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,8 +96,8 @@ fi # ==== END ANSIBLE GO CONFIG # ==== BEGIN ANSIBLE RUST CONFIG -if [ -f "$HOME/.cargo/env" ]; then - source "$HOME/.cargo/env" +if [ -d "$HOME/.cargo/bin" ]; then + export PATH="$HOME/.cargo/bin:$PATH" fi # ==== END ANSIBLE RUST CONFIG |
