From 72eee7048814a13ea9962e995d7546e8ece305c8 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 9 Dec 2023 22:56:00 -0500 Subject: [PATCH] Tofu time --- zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 379cca0..0d686be 100644 --- a/zshrc +++ b/zshrc @@ -104,7 +104,6 @@ plugins=( rsync ruby rust - terraform tmux vagrant vault @@ -162,6 +161,11 @@ if psql --version &>/dev/null; then alias pgme='psql -d postgres://me@jool.meatballhat.com:15744/me' fi +if terraform version &>/dev/null; then + alias terraform=tofu + alias tf=tofu +fi + unsetopt correct_all bindkey '^R' history-incremental-search-backward