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
|
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
|
||||||
|
4
profile
4
profile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user