From 13d7e20c7d2fe4c4be62491caac632c81f69bcde Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Wed, 5 Feb 2020 12:31:06 +0000 Subject: [PATCH] bash: add tabtab --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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