Add node_modules path

This commit is contained in:
Ivan Malison 2020-11-29 17:37:46 -08:00
parent ba1e69e71a
commit 15be7c0ddd
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -17,6 +17,7 @@ function _setup_path {
_racket_setup _racket_setup
_rust_setup _rust_setup
_tex_setup _tex_setup
add_to_path "$HOME/node_modules/.bin/"
# To ensure that things in ~/.lib/bin take precedence # To ensure that things in ~/.lib/bin take precedence
add_to_path "$HOME/.lib/bin" --before add_to_path "$HOME/.lib/bin" --before