add fortune cookies
This commit is contained in:
6
.bashrc
6
.bashrc
@@ -1,5 +1,11 @@
|
|||||||
# shellcheck disable=SC2148
|
# shellcheck disable=SC2148
|
||||||
|
|
||||||
|
# fortune
|
||||||
|
cookie () {
|
||||||
|
fortune -es | cowsay | lolcat -S 5
|
||||||
|
}
|
||||||
|
cookie
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user