ekalinin / nodeenv

Virtual environment for Node.js & integrator with virtualenv
http://ekalinin.github.io/nodeenv/
Other
1.7k stars 209 forks source link

fix: prevent error about fish_prompt when using nested fish instances #323

Closed psyclaudeZ closed 1 year ago

psyclaudeZ commented 1 year ago

This PR mirrors https://github.com/python/cpython/pull/93931, which addresses a pretty much identical issue for venv https://github.com/python/cpython/issues/93858.

Specifically for my case, the same functions: Function “_old_fish_prompt” does not exist error will be thrown when launching tmux (which subsequently launches fish) within fish.

ekalinin commented 1 year ago

Thanks!