bash: tidying up

This commit is contained in:
2021-04-27 18:24:16 +01:00
parent 730253d1fd
commit 52f5c21dd9
3 changed files with 9 additions and 11 deletions

11
bashrc
View File

@@ -145,13 +145,6 @@ fi
# echo "Note - Dropbox isn't running!"
# 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
@@ -162,7 +155,3 @@ fi
if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash
fi
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/__tabtab.bash ] && . ~/.config/tabtab/__tabtab.bash || true