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