about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--fish/.config/fish/functions/fish_greeting.fish2
1 files changed, 1 insertions, 1 deletions
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