Skip to content

Commit

Permalink
feat(node): support .nvm files
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Feb 7, 2021
1 parent 3729dee commit a3a58fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segment_node.go
Expand Up @@ -12,7 +12,7 @@ func (n *node) init(props *properties, env environmentInfo) {
n.language = &language{
env: env,
props: props,
extensions: []string{"*.js", "*.ts", "package.json"},
extensions: []string{"*.js", "*.ts", "package.json", ".nvm"},
commands: []*cmd{
{
executable: "node",
Expand Down

0 comments on commit a3a58fe

Please sign in to comment.