Mercurial > hg > zsh-env
changeset 116:ebee1c499f19
add the global nodejs install dir to the PATH
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 25 Jan 2017 08:20:46 +0100 |
parents | 78a2cec44799 |
children | 87a831b2afc8 |
files | zshrc-cassiopeia |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Wed Jan 25 08:20:15 2017 +0100 +++ b/zshrc-cassiopeia Wed Jan 25 08:20:46 2017 +0100 @@ -13,7 +13,7 @@ export EXENTRA_WORKSPACE=/home/dirk/Eclipse/Workspaces/Exentra/rpi export MULE_TEST_OPTS="-Dmule.verbose=false" export MULE_TEST_TIMEOUTSECS=9999 -export PATH="$HOME/bin:${PATH}" +export PATH="$HOME/bin:${HOME}/.nodejs/bin:${PATH}" export PGUSER=postgres #