From 9e887a787529ffe36ea8d02f3370634f13360792 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 1 Oct 2018 01:23:18 -0400 Subject: [PATCH] make sure fish_greeting doesn't use bat --- fish/.config/fish/functions/fish_greeting.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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