fbenv Crates

Usage

```toml [environment1] SOME_VAR = bla

[environment2] SOME_VAR = blubb ```

```bash export FBENV=environment1;

export SOME_VAR=blubb; ```

! Only TOML tables are currently supported !

```toml bla = blubb

[environment1] SOME_VAR = bla ```

will ignore the variable bla!

ZSH completion

Adding this to your zsh config

bash if [[ -x "$(command -v fbenv)" ]]; then if [[ -x "$(command -v fzf)" ]]; then eval $(fbenv print-zsh-setup -f 2>/dev/null); else eval $(fbenv print-zsh-setup 2>/dev/null); fi; fi;

will yield a command named switch-env.