From dd019344037924780e853758df27a67ee6116561 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Tue, 25 Feb 2020 22:48:20 +0100 Subject: [PATCH] alias for terraform --- dot_zsh_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index ba20f18..84f25dd 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -119,6 +119,7 @@ alias checken="aspell check -d en" alias checkfr="aspell check -d fr" alias gw='./gradlew' alias terraform_landscape='landscape' +alias tf='terraform' # Show/hide hidden files in Finder alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"