For windows,
Run this command in terminal,
code $PROFILE
In the opened "Microsoft.PowerShell_profile.ps1", you can add the commands to be run always,
For example:
nvs auto on
(by running this command, if the node version is specified in .nvmrc of the project. Then that node version would be taken)
Top comments (0)