From b530ef9bbff061441b347998059acc66e415a31f Mon Sep 17 00:00:00 2001 From: Eashwar Ranganathan Date: Wed, 3 Aug 2022 10:52:21 -0700 Subject: [PATCH] Fix function name in fish_prompt --- nodeenv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeenv.py b/nodeenv.py index 7e57016..3315d85 100644 --- a/nodeenv.py +++ b/nodeenv.py @@ -1492,7 +1492,7 @@ def main(): # Restore the original $status echo "exit $old_status" | source - _old_fish_prompt + _node_old_fish_prompt end set -gx _OLD_NODE_FISH_PROMPT_OVERRIDE "$NODE_VIRTUAL_ENV"