update terraform shellAbbrs

This commit is contained in:
John Bowdre 2023-08-02 11:37:52 -05:00
parent d6d5ed2479
commit 866ca47f18

View file

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