changeset 121:3ed63e48767c

add the global node js folder to PATH
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 May 2017 17:21:58 +0200
parents 68edc97253fa
children 469f954e86c8
files zshrc-xanthippe
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"