# HG changeset patch
# User Dirk Olmes <dirk@xanthippe.ping.de>
# Date 1495552918 -7200
# Node ID 3ed63e48767c5264459a1675fb948009f3384690
# Parent  68edc97253facd919877685dcbd08979ba3fe95d
add the global node js folder to PATH

diff -r 68edc97253fa -r 3ed63e48767c zshrc-xanthippe
--- a/zshrc-xanthippe	Wed Dec 07 10:08:42 2016 +0100
+++ b/zshrc-xanthippe	Tue May 23 17:21:58 2017 +0200
@@ -14,6 +14,6 @@
 fi
 
 export GPG_TTY=`tty`
-export PATH="$HOME/bin:${PATH}"
+export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}"
 
 alias top="htop -C"