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