Skip to content

heyvito/goenv.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

goenv

Description

This plugin automatically reads .goenv files in the pwd, and sets GOPRIVATE environment variables.

To use it:

  1. cd to your zsh plugin directory. For instance, if you use oh-my-zsh, you will find it over ~/.oh-my-zsh/plugins
  2. Clone this repository: git clone https://github.com/heyvito/goenv.zsh.git goenv
  3. Add the goenv plugin to your plugins array in ~/.zshrc:
plugins=(... goenv)

Once the plugin is loaded, it will automatically lookup .goenv files whenever the current directory changes, and will automatically set GOPRIVATE as defined in such file.

About

goenv plugin for zsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages