mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-23 08:23:27 +01:00
Enable rvm
This commit is contained in:
parent
2e235eb585
commit
1064b83fc7
@ -8,5 +8,8 @@ fi
|
|||||||
# vim: set filetype=zsh ts=4 sw=4 tw=120 et :
|
# vim: set filetype=zsh ts=4 sw=4 tw=120 et :
|
||||||
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
export PATH="$PATH:$HOME/.pub-cache/bin"
|
||||||
PATH="$HOME/.node/bin:$PATH"
|
PATH="$HOME/.node/bin:$PATH"
|
||||||
NODE_PATH="$HOME/.node/lib/node_modules:$NODE_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*
|
||||||
|
Loading…
Reference in New Issue
Block a user