From 13ccd6111d67e457bcaa5aae973ae0f19a3136e1 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 4 Jul 2019 17:47:41 +0200 Subject: [PATCH] Run bonjour command everytime --- zlogin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zlogin b/zlogin index 4e8dfe3..da19766 100644 --- a/zlogin +++ b/zlogin @@ -15,10 +15,10 @@ #uptime # If a network connection is available (check function def in zshrc) -if [$( is_network )] && [ $(command -v cowsay) ]; then +#if [$( is_network )] && [ $(command -v cowsay) ]; then # Affiche un dessin (cf fonction définie dans zshrc) - bonjour -fi +bonjour +#fi # Accepte les messages d'autres utilisateurs mesg y