From 68e4e5c064fc6ea53a2e5f63168f0d4f8d32e5f1 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 22 Dec 2024 14:56:58 +0100 Subject: [PATCH] addet uptime to cowsay --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index fb5beaa..7b0149b 100644 --- a/.zshrc +++ b/.zshrc @@ -627,7 +627,7 @@ _end(){ fi if command_exists cowsay; then - cowsay -f tux "$(uname -r)" + cowsay -f tux "$(uptime)" fi error_log