direnv integration for Sublime Text 3
This plugin adds support for direnv to Sublime Text 3.
This plugin needs direnv installed to work. Please refer here for installation instructions.
This plugin will automatically load a .envrc
file to the environment if you allowed it to.
In order to run a command press (ctrl|cmd)+shift+p to view the Command Palette. There type:
direnv allow
to allow and load the current .envrcdirenv deny
to deny and unload the current .envrc