From 837bff13c181b626e6dfcbcc6a655b22a9ba5b85 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Thu, 7 Jan 2021 16:32:04 +0100 Subject: [PATCH] added local ruby install --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 1a5b325..0177e63 100644 --- a/.bashrc +++ b/.bashrc @@ -33,5 +33,7 @@ fi [[ "$(type -t _todo)" == "function" ]] && complete -F _todo t [[ "$(type -t sps)" == "file" ]] && source <(sps completion bash) +[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)" + #exit with no error /bin/true