bash: add tabtab
This commit is contained in:
4
bashrc
4
bashrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user