Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 381 Bytes

2014-06-25.md

File metadata and controls

14 lines (11 loc) · 381 Bytes

Direnv

Direnv is a tool to setup directory specific environment vars. I use it for adding "./bin" to $PATH when using binstubs. Direnv will make sure the environment is loaded when cd-ing into the project directory.

Setup :

brew install direnv
cd rails_project
direnv edit .
# Add text "PATH_add bin" and save
# Done !