From 94746f755d395476f5394d952086a600ae167953 Mon Sep 17 00:00:00 2001 From: GitLab Date: Thu, 25 May 2017 00:00:47 +0200 Subject: [PATCH] add node 6 to path on uberspace --- zprofile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zprofile b/zprofile index ed3d911..698c902 100644 --- a/zprofile +++ b/zprofile @@ -30,3 +30,9 @@ case $OSTYPE in export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools ;; esac + +case $HOSTNAME in + "cassiopeia.uberspace.de" ) + export PATH=/package/host/localhost/nodejs-6/bin:$PATH + ;; +esac