Skip to content
This repository was archived by the owner on Mar 25, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 736 Bytes

File metadata and controls

31 lines (22 loc) · 736 Bytes

000-project-shell-env package

This package will automatically load shell environment variables for the opened project. Designed to use with tools such as rvm, direnv, autoenv, etc.

Installation

apm install 000-project-shell-env

FAQ

Q: Why does the package name starts with zeroes?
A: To force atom to load this package before all other packages so they can use
   project environment variables.
Q: Why is this package so slow?
A: Because it is synchronously executes shell script when atom is starting.

Commands

  • project-shell-env:load
  • project-shell-env:reset

Similar packages