Skip to content

Instantly share code, notes, and snippets.

@bilzard
Created May 25, 2019 02:31
Show Gist options
  • Save bilzard/1f31d8b742ed8889ab8e9e0af2188049 to your computer and use it in GitHub Desktop.
Save bilzard/1f31d8b742ed8889ab8e9e0af2188049 to your computer and use it in GitHub Desktop.
Terraform Switcher config for fish
# 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