5 lines
86 B
Fish
5 lines
86 B
Fish
function fish_greeting
|
|
if test -e /usr/bin/fastfetch
|
|
fastfetch
|
|
end
|
|
end |