From ec537dca23cf48724c72605b7e708720ae9bd427 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 23 May 2024 14:06:50 -0500 Subject: [PATCH] fish: shorter fortunes, pls --- home/features/cli/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index b465c0b..f08d949 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -135,7 +135,7 @@ '' + # print a happy tree '' - cbonsai -p -m "$(fortune)" + cbonsai -p -m "$(fortune -s -n 300)" ''; }; }