Skip to content

Commit

Permalink
Create NVM directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Nov 18, 2024
1 parent 11ded07 commit c01d1de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/node.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ namespace :node do
nvm_dir = '~/.config/nvm'

ENV['NVM_DIR'] = File.expand_path(nvm_dir)
FileUtils.mkdir_p ENV.fetch('NVM_DIR')

add_line_to_file fish_environment, 'set -x nvm_prefix (brew --prefix nvm 2>&-)'

Expand Down

0 comments on commit c01d1de

Please sign in to comment.