various shell improvements
This commit is contained in:
parent
f34c23f532
commit
b361bf52e1
9 changed files with 735 additions and 8 deletions
4
.bashrc
4
.bashrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue