-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzshrc.plangs
36 lines (23 loc) · 895 Bytes
/
zshrc.plangs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ruby
if [[ -e "$HOME/.rvm" ]]
then
#export PATH="$PATH:$HOME/.local/bin" # Add home local bin path
export PATH="$HOME/.rvm/bin:$PATH" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
fi
if [[ -e "/etc/profile.d/rvm.sh" ]]
then
source "/etc/profile.d/rvm.sh"
fi
# python
#[[ -f "/usr/local/bin/pyenv" ]] && eval "$(pyenv init -)"
#export PYENV_VERSION='3.6.3'
# js
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# chez scheme
## export CHEZLIB=$HOME/chezlib
## export CHEZSCHEMELIBDIRS=$HOME/.chezlib
## export PATH="$PATH:$HOME/bin" # akku