Minor alterations.

This commit is contained in:
Derek Taylor
2020-02-12 15:08:03 -06:00
parent cdeb3b35bd
commit aff33de8e7
5 changed files with 34 additions and 8 deletions

View File

@@ -177,3 +177,8 @@ source ~/.bash-powerline.sh
### BROOT ###
source /home/dt/.config/broot/launcher/bash/br
### BASH INSULTER ###
if [ -f /etc/bash.command-not-found ]; then
. /etc/bash.command-not-found
fi