added fish greeting

This commit is contained in:
Hannes
2026-08-22 16:21:10 +02:00
parent 485d8768f9
commit 65c3034b91
2 changed files with 5 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
function fish_greeting
if test -e /usr/bin/fastfetch
fastfetch
end
end