make sure fish_greeting doesn't use bat

This commit is contained in:
Ben Harris 2018-10-01 01:23:18 -04:00
parent aa2ff02d08
commit 9e887a7875
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function fish_greeting
if test -f /var/run/motd
cat /var/run/motd
/bin/cat /var/run/motd
end
end