From 1064b83fc76b13956997c6ec83c9e317190b7a39 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 22 Nov 2018 18:25:11 +0100 Subject: [PATCH] Enable rvm --- shells/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shells/profile b/shells/profile index 5b23a21..c958b58 100644 --- a/shells/profile +++ b/shells/profile @@ -8,5 +8,8 @@ fi # vim: set filetype=zsh ts=4 sw=4 tw=120 et : export PATH="$HOME/.cargo/bin:$PATH" +export PATH="$PATH:$HOME/.pub-cache/bin" PATH="$HOME/.node/bin:$PATH" NODE_PATH="$HOME/.node/lib/node_modules:$NODE_PATH" + +[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*