Run bonjour command everytime
This commit is contained in:
parent
5e0240a9d4
commit
13ccd6111d
4
zlogin
4
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
|
||||
#fi
|
||||
|
||||
# Accepte les messages d'autres utilisateurs
|
||||
mesg y
|
||||
|
|
Loading…
Reference in New Issue