From 2a04801f2a5537d9ae6bb6b0ce20ff49f94ab504 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 10 Oct 2018 20:25:44 +0000 Subject: [PATCH] =?UTF-8?q?[zshrc]=20use=20real=20path=20for=20npm=20(does?= =?UTF-8?q?n=E2=80=99t=20work=20with=20symlink)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zshrc.local b/home/.zshrc.local index 3aa691c..bc6285f 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -6,7 +6,7 @@ PATH="$PATH:$GOPATH/bin" ## Node PATH="$PATH:/home/simon/opt/node/bin" -export NVM_DIR="$HOME/.nvm" +export NVM_DIR=$(realpath "$HOME/.nvm") source "$NVM_DIR/nvm.sh" ## Python (pip)