aboutsummaryrefslogtreecommitdiff
path: root/rbenv/profile.d/rbenv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rbenv/profile.d/rbenv.sh')
-rw-r--r--rbenv/profile.d/rbenv.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/rbenv/profile.d/rbenv.sh b/rbenv/profile.d/rbenv.sh
new file mode 100644
index 00000000..5295584c
--- /dev/null
+++ b/rbenv/profile.d/rbenv.sh
@@ -0,0 +1,2 @@
+# Add rbenv bindir and shims to PATH
+PATH=$HOME/.rbenv/bin:$HOME/.rbenv/shims:$PATH