1
0

add fortune cookies

This commit is contained in:
2023-05-24 23:29:25 +02:00
parent 4db5f213b9
commit 396ba9fae1

View File

@@ -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