bash: tidying up
This commit is contained in:
4
bashrc.d/cargo.bash
Normal file
4
bashrc.d/cargo.bash
Normal file
@@ -0,0 +1,4 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user