dotfiles/fish/.config/fish/functions/fish_greeting.fish
2018-07-24 01:07:32 -04:00

6 lines
90 B
Fish

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