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

7 lines
96 B
Fish

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