From 3d1fd7746c6ff4c415010421551f092b60061550 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 23 May 2024 15:19:47 -0500 Subject: [PATCH] fish: allow screensaver trees to flower --- 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 0e57c8a..04394da 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -16,7 +16,7 @@ sshpass = "ssh -o PubkeyAuthentication=no"; tf = "terraform"; tfyolo = "terraform apply -auto-approve"; - tt = "cbonsai -S"; + tt = "cbonsai -S -c $(string join '' (for i in (seq 50); echo \"&,\"; end)),🌸"; v = "vim"; vi = "vim"; };