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

6 lines
95 B
Fish
Raw Normal View History

2018-07-22 19:39:58 +00:00
function fish_greeting
2018-07-24 05:06:48 +00:00
if test -f /var/run/motd
/bin/cat /var/run/motd
2018-07-24 05:06:48 +00:00
end
2018-07-22 19:39:58 +00:00
end