diff --git a/bashrc b/bashrc index fdae3fc..2774345 100644 --- a/bashrc +++ b/bashrc @@ -151,3 +151,7 @@ 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