Created by: Terseus
Nodeenv is a tool for Node.js equivalent to virtualenv for Python, it allow to create Node.js virtual environments.
This commit add support for showing the nodeenv virtual environment activated, if any.
Configuration:
-
LP_ENABLE_NODEENV
activate (1) or deactivate (0) the feature; by default 1. -
LP_COLOR_NODEENV
set the virtual environment name color; by defaultLP_COLOR_VIRTUALENV
(the setting for the Python virtual environment color).