Skip to content

Commit

Permalink
Merge branch 'master' of github.com:xinfeng-tech/fvm
Browse files Browse the repository at this point in the history
  • Loading branch information
dashixiong91 committed Sep 29, 2019
2 parents ed74ea0 + 86a9286 commit 54cdba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ alias fvm="`brew --prefix`/opt/fvm/fvm.sh"

for element in `fvm init`
do
export $element
local export_cmd="export $element"
eval $export_cmd
done

0 comments on commit 54cdba3

Please sign in to comment.