aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.profile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 01:00:36 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-28 01:00:36 +0300
commit2ca311eecd643c3132f1c51fc4833ca1e775af8d (patch)
tree061aaeb8a0e2b7a6724c21ca65523d15cdff4e7e /%HOME%/.profile
parentos.sh: add manual_pkg_list_arch (diff)
downloadlinux-home-2ca311eecd643c3132f1c51fc4833ca1e775af8d.tar.gz
linux-home-2ca311eecd643c3132f1c51fc4833ca1e775af8d.zip
.profile: setup rbenv
Diffstat (limited to '%HOME%/.profile')
-rw-r--r--%HOME%/.profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile
index 475b446..2595534 100644
--- a/%HOME%/.profile
+++ b/%HOME%/.profile
@@ -57,6 +57,12 @@ chruby_setup() {
chruby_setup
+rbenv_setup() {
+ command -v rbenv > /dev/null && eval "$( rbenv init - )"
+}
+
+rbenv_setup
+
# Python-specific stuff
# This is a half-assed way to automatically add your user's pip binary