Unclutter your .profile with direnv
direnv is a rad looking shell extension that does some of the job of rvm, rbenv, or virtualenv in a language agnostic way.
Instead of putting all of your environment setup in your ~/.profile
, direnv lets you use directory-specific .envrc
files. Recently rewritten in Go, direnv works with bash, zsh, and fish shells. Check it out.
Discussion
Sign in or Join to comment or subscribe