Skip to content

Commit afc9212

Browse files
authored
Merge pull request #7 from colde/master
Make sure exit works to quit the virtualenv shell
2 parents 753813d + 4d25c02 commit afc9212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf.d/pipenv.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if command -s pipenv > /dev/null
1414

1515
if not test -n "$PIPENV_ACTIVE"
1616
if sh -c 'pipenv --venv >/dev/null 2>&1'
17-
exec pipenv shell
17+
pipenv shell
1818
end
1919
end
2020
end

0 commit comments

Comments
 (0)