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