From b3b67082cec83ae440141b378eb2f7be4fd43602 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 23 May 2024 14:00:54 -0500 Subject: [PATCH] fish: deliver a fortune with the tree --- home/features/cli/default.nix | 1 + home/features/cli/fish.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 60cbf77..f75d003 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -17,6 +17,7 @@ cbonsai # Happy little trees dig # DNS lookup dos2unix # Convert DOS line endings to UNIX + fortune # Fortune cookies gh # Github CLI httpie # Better curl jq # JSON pretty printer and manipulator diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 9c03963..b465c0b 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -135,7 +135,7 @@ '' + # print a happy tree '' - cbonsai -p + cbonsai -p -m "$(fortune)" ''; }; }