addet uptime to cowsay

This commit is contained in:
pika 2024-12-22 14:56:58 +01:00
parent 1d5104cd42
commit 68e4e5c064

2
.zshrc
View file

@ -627,7 +627,7 @@ _end(){
fi
if command_exists cowsay; then
cowsay -f tux "$(uname -r)"
cowsay -f tux "$(uptime)"
fi
error_log