Skip to content

Commit

Permalink
Merge pull request #7 from colde/master
Browse files Browse the repository at this point in the history
Make sure exit works to quit the virtualenv shell
  • Loading branch information
kennethreitz committed Dec 13, 2017
2 parents 753813d + 4d25c02 commit afc9212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.d/pipenv.fish
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if command -s pipenv > /dev/null

if not test -n "$PIPENV_ACTIVE"
if sh -c 'pipenv --venv >/dev/null 2>&1'
exec pipenv shell
pipenv shell
end
end
end
Expand Down

0 comments on commit afc9212

Please sign in to comment.