diff --git a/fish/.config/fish/functions/fish_greeting.fish b/fish/.config/fish/functions/fish_greeting.fish index f41f6a1..b2b60e1 100644 --- a/fish/.config/fish/functions/fish_greeting.fish +++ b/fish/.config/fish/functions/fish_greeting.fish @@ -1,5 +1,5 @@ function fish_greeting if test -f /var/run/motd - cat /var/run/motd + /bin/cat /var/run/motd end end