add fortune cowsay to run on bash startup
This commit is contained in:
parent
6c987f58f4
commit
0a8ea99113
1 changed files with 3 additions and 0 deletions
|
@ -27,3 +27,6 @@ alias rmdir='rmdir -v'
|
|||
|
||||
PATH="$PATH:/home/sencyy/.local/bin"
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
# Cowsay fortune lolcat
|
||||
fortune | cowsay | lolcat
|
||||
|
|
Loading…
Reference in a new issue