git.nynim.org
/
dotfiles.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
.vimrc: Update comments
[dotfiles.git]
/
.bash_profile
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