タグ

2014年3月17日のブックマーク (1件)

  • direnv – unclutter your .profile

    direnv – unclutter your .profile direnv is an extension for your shell. It augments existing shells with a new feature that can load and unload environment variables depending on the current directory. Use cases Load 12factor apps environment variables Create per-project isolated development environments Load secrets for deployment How it works Before each prompt, direnv checks for the existence o

    yass
    yass 2014/03/17
    " direnv is a shell extension that loads different environment variables depending on your path. Instead of putting every environment variable in your "~/.profile", have directory-specific ".envrc" files for your AWSACCESSKEY, LIBRARY_PATH or other environment variables. "