Files
dotfiles/bashrc.d/cargo.bash
2021-04-27 18:24:25 +01:00

5 lines
210 B
Bash

# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/__tabtab.bash ] && . ~/.config/tabtab/__tabtab.bash || true
[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" || true