From 866ca47f18e738086bc32f9b86f25faa6c9cf070 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 2 Aug 2023 11:37:52 -0500 Subject: [PATCH] update terraform shellAbbrs --- nix/home/john/features/cli/fish.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/home/john/features/cli/fish.nix b/nix/home/john/features/cli/fish.nix index d89d54e..4113777 100644 --- a/nix/home/john/features/cli/fish.nix +++ b/nix/home/john/features/cli/fish.nix @@ -12,7 +12,8 @@ in jqless = "jq -C | less -r"; ls = mkIf hasExa "exa"; n = "nix"; - t = "terraform"; + tf = "terraform"; + tfyolo = "terraform apply -auto-approve"; vi = "vim"; v = "vim"; };