alias for terraform

This commit is contained in:
MorganGeek 2020-02-25 22:48:20 +01:00
parent 081e33143c
commit dd01934403

View File

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