git.nynim.org
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c344e
)
.bash_profile: Remove rbenv handling
author
Tony Duckles <tony@nynim.org>
Sun, 28 May 2017 15:17:50 +0000
committer
Tony Duckles <tony@nynim.org>
Sun, 28 May 2017 15:17:50 +0000
.bash_profile
patch
|
blob
|
history
diff --git
a/.bash_profile
b/.bash_profile
index aa883acff9c74b0776bb28c3a6bb0fc18129ee21..1122b044fafcea72179f4ffbd15080410a078b06 100644
(file)
--- a/
.bash_profile
+++ b/
.bash_profile
@@
-20,8
+20,3
@@
test -n "$keychain" && \
fi
}
unset keychain
-
-# rbenv
-rbenv=$(type -P rbenv)
-test -n "$rbenv" && eval "$(rbenv init -)"
-unset rbenv