From 15be7c0ddd90cfd3d8cfcb7eae22636772950882 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 29 Nov 2020 17:37:46 -0800 Subject: [PATCH] Add node_modules path --- dotfiles/lib/shellpath.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index acb1faaf..ab6a39d5 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -17,6 +17,7 @@ function _setup_path { _racket_setup _rust_setup _tex_setup + add_to_path "$HOME/node_modules/.bin/" # To ensure that things in ~/.lib/bin take precedence add_to_path "$HOME/.lib/bin" --before