s/rvm/rbenv/ because probably both suck
This commit is contained in:
parent
8a22709034
commit
5812f8f0b4
1
local/bin/.gitignore
vendored
1
local/bin/.gitignore
vendored
@ -16,6 +16,7 @@ dvtm*
|
||||
sent
|
||||
automat-visualize
|
||||
notmuch
|
||||
rbenv
|
||||
|
||||
# shouldn't share this one with the world
|
||||
macaddress
|
||||
|
4
profile
4
profile
@ -11,8 +11,8 @@ chmod 0700 "$XDG_RUNTIME_DIR"
|
||||
# Local scripts
|
||||
export CABAL_HOME="$HOME/.cabal"
|
||||
export CARGO_HOME="$HOME/.cargo"
|
||||
export RVM_HOME="$HOME/.rvm"
|
||||
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RVM_HOME/bin:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
||||
export RBENV_HOME="$HOME/.rbenv"
|
||||
export PATH="$HOME/.local/bin:$CABAL_HOME/bin:$RBENV_HOME/shims:$CARGO_HOME/bin:$JAVA_HOME/bin:$PATH"
|
||||
|
||||
# For vim
|
||||
export EDITOR="nvim"
|
||||
|
Loading…
Reference in New Issue
Block a user