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 6, 2021
1 parent 55fb043 commit c67030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segment_node.go
Original file line number Diff line number Diff line change
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 c67030d

Please sign in to comment.