From 206c2f6035944f6751f95e385e30584958da5433 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Mon, 5 Aug 2019 19:21:51 -0400 Subject: [PATCH] fish: wrong verb --- scripts/fish/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fish/prompt b/scripts/fish/prompt index 5db1f6a..5011e7a 100644 --- a/scripts/fish/prompt +++ b/scripts/fish/prompt @@ -13,7 +13,7 @@ function fish_right_prompt end function fish_greeting - if test -f /usr/share/dict/words && test (what shuf) + if test -f /usr/share/dict/words && test (which shuf) set_color c50ed2 echo "Word of the moment: "(shuf -n1 /usr/share/dict/words) |