diff --git a/local/bin/.gitignore b/local/bin/.gitignore index 69f48a4..e8579d5 100644 --- a/local/bin/.gitignore +++ b/local/bin/.gitignore @@ -16,6 +16,7 @@ dvtm* sent automat-visualize notmuch +rbenv # shouldn't share this one with the world macaddress diff --git a/profile b/profile index e011461..4343828 100755 --- a/profile +++ b/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"