bash: add tabtab

This commit is contained in:
2020-02-05 12:31:06 +00:00
parent c160992402
commit 13d7e20c7d

4
bashrc
View File

@@ -151,3 +151,7 @@ fi
if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then if [ -f ${HOME}/.bashrc.d/local/${HOSTNAME}.bash ] ; then
source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash source ${HOME}/.bashrc.d/local/${HOSTNAME}.bash
fi fi
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/__tabtab.bash ] && . ~/.config/tabtab/__tabtab.bash || true