Skip to content

Commit

Permalink
Merge pull request ekalinin#312 from e-nomem/fix-activate-fish
Browse files Browse the repository at this point in the history
Fix function name in fish_prompt
  • Loading branch information
ekalinin authored Aug 20, 2022
2 parents 36312be + b530ef9 commit 0f9e2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0f9e2e2

Please sign in to comment.