about summary refs log tree commit diff
path: root/fish/.config/fish/functions/fish_greeting.fish
blob: f41f6a190efd087d98fe17f0da6b8599a1391300 (plain) (blame)
1
2
3
4
5
function fish_greeting
    if test -f /var/run/motd
        cat /var/run/motd
    end
end