Skip to content

Commit

Permalink
updated envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Feb 7, 2018
1 parent cadbc62 commit 6f8e5d3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# TODO: This function is only necessary until
# https://github.com/direnv/direnv/pull/314 gets accepted
# -------------------- 8< ---------------------------------
layout_pipenv() {
if [[ ! -f Pipfile ]]; then
echo 'No Pipfile found. Use `pipenv` to create a Pipfile first.' >&2
Expand All @@ -16,9 +13,4 @@ layout_pipenv() {
export PIPENV_ACTIVE=1
PATH_add "$VIRTUAL_ENV/bin"
}
# -------------------- 8< ---------------------------------

layout pipenv

# Will add node_modules/.bin to the $PATH
layout node

0 comments on commit 6f8e5d3

Please sign in to comment.