From 396ba9fae1b93dc73b600281b64fac2ca8536115 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 24 May 2023 23:29:25 +0200 Subject: [PATCH] add fortune cookies --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bashrc b/.bashrc index 5ffd5d4..ce61b50 100644 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,11 @@ # shellcheck disable=SC2148 +# fortune +cookie () { + fortune -es | cowsay | lolcat -S 5 +} +cookie + # If not running interactively, don't do anything [[ $- != *i* ]] && return