bash/zsh: add ~/.cargo/bin to PATH if present
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
# uninstall by removing these lines
|
||||
[ -f ~/.config/tabtab/__tabtab.bash ] && . ~/.config/tabtab/__tabtab.bash || true
|
||||
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" || true
|
||||
[ -d "$HOME/.cargo/bin" ] && addpath "$HOME/.cargo/bin" || true
|
||||
|
||||
Reference in New Issue
Block a user