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
-4
View File
@@ -52,8 +52,4 @@ if status is-interactive
source $HOME/.config/fish/configs/default_config.fish
end
end
if test -e /usr/bin/fastfetch
fastfetch
end
end
+5
View File
@@ -0,0 +1,5 @@
function fish_greeting
if test -e /usr/bin/fastfetch
fastfetch
end
end