From 351fac1c4dd07e65fa614dc2da8769c4669cb2e5 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 23 May 2024 13:47:41 -0500 Subject: [PATCH] fish: grow a tree on start --- home/features/cli/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 9522560..9c03963 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -132,6 +132,10 @@ # load cht.sh completions '' complete -c cht -xa '(curl -s cheat.sh/:list)' + '' + + # print a happy tree + '' + cbonsai -p ''; }; }