s/rvm/rbenv/ because probably both suck

This commit is contained in:
Felix Van der Jeugt 2017-06-29 09:37:48 +02:00
parent 8a22709034
commit 5812f8f0b4
No known key found for this signature in database
GPG Key ID: 58B209295023754D
2 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@ dvtm*
sent sent
automat-visualize automat-visualize
notmuch notmuch
rbenv
# shouldn't share this one with the world # shouldn't share this one with the world
macaddress macaddress

View File

@ -11,8 +11,8 @@ chmod 0700 "$XDG_RUNTIME_DIR"
# Local scripts # Local scripts
export CABAL_HOME="$HOME/.cabal" export CABAL_HOME="$HOME/.cabal"
export CARGO_HOME="$HOME/.cargo" export CARGO_HOME="$HOME/.cargo"
export RVM_HOME="$HOME/.rvm" export RBENV_HOME="$HOME/.rbenv"
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RVM_HOME/bin:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH" export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
# For vim # For vim
export EDITOR="nvim" export EDITOR="nvim"