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)" ''; }; }