5 lines
210 B
Bash
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
|