bash: install cargo and use that for exa etc.

This commit is contained in:
2020-09-07 09:37:52 +01:00
parent 049065ea25
commit 589f1baa72
5 changed files with 11 additions and 38 deletions

5
bashrc
View File

@@ -147,6 +147,11 @@ fi
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
# Not version controlled, it's system specific.
if [ -r $HOME/.cargo/env ] ; then
source $HOME/.cargo/env
fi
# Load any supplementary scripts
if [ -d "$HOME"/.bashrc.d ] ; then
for config in "$HOME"/.bashrc.d/*.bash ; do