From 69452c00524beffc5b17b26e8b8a6d5ff94140fb Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Thu, 23 May 2024 14:18:39 -0500 Subject: [PATCH] fish: tt abbr for bonsai tree screensaver --- home/features/cli/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index f08d949..0e57c8a 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -16,6 +16,7 @@ sshpass = "ssh -o PubkeyAuthentication=no"; tf = "terraform"; tfyolo = "terraform apply -auto-approve"; + tt = "cbonsai -S"; v = "vim"; vi = "vim"; };