fish: wrong verb

master
an 2019-08-05 19:21:51 -04:00
parent 4712d8bb30
commit 206c2f6035
1 changed files with 1 additions and 1 deletions

View File

@ -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) |