config fish M2

This commit is contained in:
Jérémie Ducastel
2025-06-27 22:57:29 +02:00
parent c306f83b12
commit 1a86c45178
5 changed files with 84 additions and 0 deletions

View File

@ -0,0 +1,4 @@
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