Files
bidouilles/mac/fish/functions/fish_greeting.fish
Jérémie Ducastel 1a86c45178 config fish M2
2025-06-27 22:57:29 +02:00

5 lines
206 B
Fish

function fish_greeting
echo "Petit poisson $FISH_VERSION dans l'eau, fait des bulles ploc ploc"
echo Il est (set_color yellow)(date +%T)(set_color normal) et cette machine est nommée $hostname
end