Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Load ~/.powrc too #467

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Load ~/.powrc too #467

wants to merge 1 commit into from

Conversation

elia
Copy link

@elia elia commented Sep 22, 2014

No description provided.

@elia
Copy link
Author

elia commented Sep 22, 2014

fixes #327 cc: @jeremy

home = process.env['HOME']
envFiles = [
join(home, ".powrc"),
join(home, ".powenv"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for ~/.powenv, just ~/.powrc, since powenv acts as local (non-source-controlled) overrides after the shared .powrc. There's no equivalent to that for your own home dir.

@elia elia changed the title Load ~/.powrc and ~/.powenv too Load ~/.powrc too Sep 23, 2014
@elia
Copy link
Author

elia commented Sep 23, 2014

sidenote: is node 0.8 still supported? seems like travis has failed for a long time on it

@elia
Copy link
Author

elia commented Sep 25, 2014

@jeremy any update on this? 😁

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants