Skip to content

Commit

Permalink
fix: move npm setup to commonjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed Jul 26, 2024
1 parent 444d106 commit ff0c669
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion filesystem/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export NVM_DIR="${HOME}/.nvm"
[ -s "${NVM_DIR}/bash_completion" ] && \. "${NVM_DIR}/bash_completion" # This loads nvm bash_completion

# hack to disable error messages about max listeners
export NODE_OPTIONS="--require ${DOTFILES_PATH}/bin/helpers/set_max_listeners.js ${NODE_OPTIONS}"
export NODE_OPTIONS="--require ${DOTFILES_PATH}/bin/helpers/set_max_listeners.cjs ${NODE_OPTIONS}"

eval "$(zoxide init bash)"

Expand Down

0 comments on commit ff0c669

Please sign in to comment.