various shell improvements

This commit is contained in:
Barak Michener 2019-10-09 18:45:55 -07:00
parent f34c23f532
commit b361bf52e1
9 changed files with 735 additions and 8 deletions

View file

@ -142,8 +142,8 @@ if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
if [ -f ~/.bash_google ]; then
. ~/.bash_google
if [ -f ~/.bash_work ]; then
. ~/.bash_work
fi
if [ -n "`which fortune`" ]; then