Skip to content

Commit

Permalink
feat(libexec): Add 'init' command.
Browse files Browse the repository at this point in the history
  • Loading branch information
jalcine authored and Zordrak committed Feb 6, 2021
1 parent d432b55 commit 2fa58be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libexec/tfenv-init
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

[ -n "${TFENV_DEBUG}" ] && set -x

export PATH="${TFENV_ROOT}/bin:${PATH}"

0 comments on commit 2fa58be

Please sign in to comment.