Created
May 25, 2019 02:31
-
-
Save bilzard/1f31d8b742ed8889ab8e9e0af2188049 to your computer and use it in GitHub Desktop.
Terraform Switcher config for fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Terraform Switcher | |
function cdtfswitch | |
builtin cd $argv | |
set cdir $PWD | |
if test -f "$cdir/.tfswitchrc" | |
tfswitch | |
end | |
end | |
alias cd='cdtfswitch' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment