Add tf alias for terraform

This commit is contained in:
Dave Gallant
2022-07-06 10:01:36 -04:00
parent 929bc70df1
commit 645deeb17b

View File

@@ -152,6 +152,7 @@ in {
pia = "sudo openvpn --config ~/pia/$(find ~/pia -execdir basename {} .ovpn ';' -iname \"*.ovpn\" -type f | fzf --exact).ovpn";
ps = "procs";
t = "tmux-sessionizer";
tf = "terraform";
tree = "exa --tree";
v = "nvim";
nix-install = "nix-env -iA";