bens-dotfiles/fish/.config/fish/functions/fish_greeting.fish

6 lines
95 B
Fish

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