dotfiles/fish/.config/fish/functions/fish_greeting.fish

6 lines
90 B
Fish

function fish_greeting
if test -f /var/run/motd
cat /var/run/motd
end
end