mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22:19 +00:00
update terraform shellAbbrs
This commit is contained in:
parent
d6d5ed2479
commit
866ca47f18
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ in
|
||||||
jqless = "jq -C | less -r";
|
jqless = "jq -C | less -r";
|
||||||
ls = mkIf hasExa "exa";
|
ls = mkIf hasExa "exa";
|
||||||
n = "nix";
|
n = "nix";
|
||||||
t = "terraform";
|
tf = "terraform";
|
||||||
|
tfyolo = "terraform apply -auto-approve";
|
||||||
vi = "vim";
|
vi = "vim";
|
||||||
v = "vim";
|
v = "vim";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue