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.
You can install via Sublime Package Control plugin:
- Press
(ctrl|cmd)+shift+pto view the Command Palette in Sublime Text. - Type the command Package Control: Install Package
- Type the name Direnv and choose it from the list.
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 allowto allow and load the current .envrcdirenv denyto deny and unload the current .envrc