From a880bcfe29f445ff81798d8d76210091c9eb6263 Mon Sep 17 00:00:00 2001 From: masterzu Date: Thu, 27 Apr 2017 10:44:30 +0200 Subject: [PATCH] bash: add node environment --- .bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bashrc b/.bashrc index 12b1380..41b55c0 100755 --- a/.bashrc +++ b/.bashrc @@ -76,6 +76,10 @@ alias ll='ls -al' test -f ~/dotfiles/.bash_aliases && source ~/dotfiles/.bash_aliases + +# nodejs +test -d ~/.local_node/bin && export PATH="$PATH:$HOME/.local_node/bin" + # RUST env https://www.rust-lang.org/fr-FR/ test -f $HOME/.cargo/env && source $HOME/.cargo/env # end .bashrc