From d85eed51e47e2b41783dce0823322949b16e791c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Aug 2018 11:43:57 +0200 Subject: [PATCH] Add node and cargo to shell profile --- shells/profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shells/profile b/shells/profile index 275df27..5b23a21 100644 --- a/shells/profile +++ b/shells/profile @@ -6,3 +6,7 @@ if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then export QT_QPA_PLATFORMTHEME='gtk2' fi # vim: set filetype=zsh ts=4 sw=4 tw=120 et : + +export PATH="$HOME/.cargo/bin:$PATH" +PATH="$HOME/.node/bin:$PATH" +NODE_PATH="$HOME/.node/lib/node_modules:$NODE_PATH"