mirror of
https://tildegit.org/ben/dotfiles.git
synced 2025-08-10 05:02:03 +00:00
6 lines
90 B
Fish
6 lines
90 B
Fish
function fish_greeting
|
|
if test -f /var/run/motd
|
|
cat /var/run/motd
|
|
end
|
|
end
|