Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintain control flow, cd-ing in other functions #34

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

chapmanjacobd
Copy link
Contributor

No description provided.

@chapmanjacobd chapmanjacobd marked this pull request as ready for review April 19, 2022 01:14
@chapmanjacobd
Copy link
Contributor Author

chapmanjacobd commented Apr 19, 2022

I'm not sure how that __pipenv_fish_final_pwd stuff works. If you can figure out how to make it work for deactivation when in the context of a function cd-ing into a directory with a pipenv file: deactivate

function t
    cd pipenvpythonprojectfolder
    echo $VIRTUAL_ENV
    cd ..
    echo $VIRTUAL_ENV
end

@chapmanjacobd
Copy link
Contributor Author

AS-IS this seems to work without impacting the existing functionality

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

Successfully merging this pull request may close these issues.

2 participants