Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/C-uo/zsh-env

plugin like ohmyzsh/plugins/pyenv for nodenv & goenv
https://github.com/C-uo/zsh-env

nodenv zinit-plugin zsh

Last synced: about 2 months ago
JSON representation

plugin like ohmyzsh/plugins/pyenv for nodenv & goenv

Lists

README

        

# zsh-env
plugin for nodenv & ~~goenv~~ like [ohmyzsh/plugins/pyenv](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/pyenv)

This plugin looks for [nodenv](https://github.com/nodenv/nodenv), and loads it if it's found.

## Installtion
### Using [Zinit](https://github.com/zdharma/zinit)
Load `zsh-env` as a plugin in your `.zshrc`

```zsh
# Plugin zsh-env loaded with investigating.
zinit load C-uo/zsh-env
# Plugin zsh-env loaded without investigating.
zinit light C-uo/zsh-env
```